Html Css Color HEX #62BD32 Apple

📋 copy color: '#62BD32'

red 98 ◦ green 189 ◦ blue 50

#62BD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #62BD32

Tints of Apple #62BD32

RGB

 RED value IS 98 (38.67% from 255) = 29.08%

 GREEN value IS 189 (74.22% from 255) = 56.08%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 29.08%
G = 56.08%
B = 14.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#62BD32 (or 0x62BD32) is known color: Apple. HEX triplet: 62, BD and 32. RGB value is (98,189,50). Sum of RGB (Red+Green+Blue) = 98+189+50=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BD32 is #9D42CD. Grayscale: #929292. Windows color (decimal): -10306254 or 3325282. OLE color: 3325282.

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

Color convert

RGB 98 189 50 -
CMYK 0.48 0 0.74 0.26
HSL 99.28º 0.58% 0.47% -
HSV(B) 99.28º 0.74% 0.74% -
XYZ 23.81 39.22 9.33 -
YUV 145.95 73.85 93.8 -
System Red Green Blue C M Y K H S L
Decimal 98 189 50 0.48 0 0.74 0.26 99.28 0.58 0.47
Hex 62 BD 32 30 0 4A 1A 63 3A 2F
Octal 142 275 62 60 0 112 32 143 72 57
Binary 1100010 10111101 110010 110000 0 1001010 11010 1100011 111010 101111

Color Harmonies of #62BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BD32

Black with #62BD32

Text Example


Text Example

White with #62BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62BD32;
 }
 .AnyTagClassName
 {
   color: #62BD32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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