Html Css Color HEX #62AD42 Apple

📋 copy color: '#62AD42'

red 98 ◦ green 173 ◦ blue 66

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

Shades of Apple #62AD42

Tints of Apple #62AD42

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.34%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 29.08%
G = 51.34%
B = 19.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#62AD42 (or 0x62AD42) is known color: Apple. HEX triplet: 62, AD and 42. RGB value is (98,173,66). Sum of RGB (Red+Green+Blue) = 98+173+66=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AD42 is #9D52BD. Grayscale: #8A8A8A. Windows color (decimal): -10310334 or 4369762. OLE color: 4369762.

HSL color Cylindrical-coordinate representation of color #62AD42: hue angle of 102.06º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62AD42 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 173 66 -
CMYK 0.43 0 0.62 0.32
HSL 102.06º 0.45% 0.47% -
HSV(B) 102.06º 0.62% 0.68% -
XYZ 20.96 32.88 10.4 -
YUV 138.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 98 173 66 0.43 0 0.62 0.32 102.06 0.45 0.47
Hex 62 AD 42 2B 0 3E 20 66 2D 2F
Octal 142 255 102 53 0 76 40 146 55 57
Binary 1100010 10101101 1000010 101011 0 111110 100000 1100110 101101 101111

Color Harmonies of #62AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AD42

Black with #62AD42

Text Example


Text Example

White with #62AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,173,66); }

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

background-color css

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

 a { background-color: rgb(98,173,66); }

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

border-color css

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

 span { border-color: rgb(98,173,66); }

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