Html Css Color HEX #66AF57 Apple

📋 copy color: '#66AF57'

red 102 ◦ green 175 ◦ blue 87

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

Shades of Apple #66AF57

Tints of Apple #66AF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 28.02%
G = 48.08%
B = 23.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#66AF57 (or 0x66AF57) is known color: Apple. HEX triplet: 66, AF and 57. RGB value is (102,175,87). Sum of RGB (Red+Green+Blue) = 102+175+87=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF57 is #9950A8. Grayscale: #8F8F8F. Windows color (decimal): -10047657 or 5746534. OLE color: 5746534.

HSL color Cylindrical-coordinate representation of color #66AF57: hue angle of 109.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66AF57 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 87 -
CMYK 0.42 0 0.50 0.31
HSL 109.77º 0.35% 0.51% -
HSV(B) 109.77º 0.5% 0.69% -
XYZ 22.53 34.17 14.43 -
YUV 143.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 102 175 87 0.42 0 0.50 0.31 109.77 0.35 0.51
Hex 66 AF 57 2A 0 32 1F 6E 23 33
Octal 146 257 127 52 0 62 37 156 43 63
Binary 1100110 10101111 1010111 101010 0 110010 11111 1101110 100011 110011

Color Harmonies of #66AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF57

Black with #66AF57

Text Example


Text Example

White with #66AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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