Html Css Color HEX #66AF3E Apple

📋 copy color: '#66AF3E'

red 102 ◦ green 175 ◦ blue 62

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

Shades of Apple #66AF3E

Tints of Apple #66AF3E

RGB

 RED value IS 102 (40.23% from 255) = 30.09%

 GREEN value IS 175 (68.75% from 255) = 51.62%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 30.09%
G = 51.62%
B = 18.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#66AF3E (or 0x66AF3E) is known color: Apple. HEX triplet: 66, AF and 3E. RGB value is (102,175,62). Sum of RGB (Red+Green+Blue) = 102+175+62=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AF3E is #9950C1. Grayscale: #8C8C8C. Windows color (decimal): -10047682 or 4108134. OLE color: 4108134.

HSL color Cylindrical-coordinate representation of color #66AF3E: hue angle of 98.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66AF3E is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 62 -
CMYK 0.42 0 0.65 0.31
HSL 98.76º 0.48% 0.46% -
HSV(B) 98.76º 0.65% 0.69% -
XYZ 21.68 33.83 9.95 -
YUV 140.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 102 175 62 0.42 0 0.65 0.31 98.76 0.48 0.46
Hex 66 AF 3E 2A 0 41 1F 63 30 2E
Octal 146 257 76 52 0 101 37 143 60 56
Binary 1100110 10101111 111110 101010 0 1000001 11111 1100011 110000 101110

Color Harmonies of #66AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF3E

Black with #66AF3E

Text Example


Text Example

White with #66AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AF3E; }

 p { color: rgb(102,175,62); }

 H1.HeaderClassName
 {
   color: #66AF3E;
 }
 .AnyTagClassName
 {
   color: #66AF3E;
 }
</style>

background-color css

<style>
 a { background-color: #66AF3E; }

 a { background-color: rgb(102,175,62); }

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

border-color css

<style>
 span { border-color: #66AF3E; }

 span { border-color: rgb(102,175,62); }

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