#62BD2D

Color #62BD2D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #62BD2D

Tints of Apple #62BD2D

Color information

#62BD2D (or 0x62BD2D) is unknown color: approx Apple. HEX triplet: 62, BD and 2D. RGB value is (98,189,45). Sum of RGB (Red+Green+Blue) = 98+189+45=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BD2D is #9D42D2. Grayscale: #919191. Windows color (decimal): -10306259 or 2997602. OLE color: 2997602.

HSL color Cylindrical-coordinate representation of color #62BD2D: hue angle of 97.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62BD2D is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB9818945-
CMYK0.4800.760.26
HSL97.92º61.54%45.88%-
HSV(B)97.92º76.19%74.12%-
XYZ23.7139.188.8-
YUV145.3871.3594.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 189 (74.22% from 255) = 56.93%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=29.52%
G=56.93%
B=13.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98189450.4800.760.2697.9261.5445.88
Hex62BD2D3004C1A623e2e
Octal14227555600114321427656
Binary11000101011110110110111000001001100110101100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BD2D; }

 p { color: rgb(98,189,45); }

 H1.HeaderClassName
 {
   color: #62BD2D;
 }
 .AnyTagClassName
 {
   color: #62BD2D;
 }
</style>
background-color css

<style>
 a { background-color: #62BD2D; }

 a { background-color: rgb(98,189,45); }

 div.DivClassName
 {
   background-color: #62BD2D;
 }
 .BgClassName
 {
   background-color: #62BD2D;
 }
</style>
border-color css

<style>
 span { border-color: #62BD2D; }

 span { border-color: rgb(98,189,45); }

 td.TdClassName
 {
   border-color: #62BD2D;
 }
 .TagClassName
 {
   border-color: #62BD2D;
 }
</style>