Html Css Color HEX #66AF56 Apple

📋 copy color: '#66AF56'

red 102 ◦ green 175 ◦ blue 86

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

Shades of Apple #66AF56

Tints of Apple #66AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 28.1%
G = 48.21%
B = 23.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#66AF56 (or 0x66AF56) is known color: Apple. HEX triplet: 66, AF and 56. RGB value is (102,175,86). Sum of RGB (Red+Green+Blue) = 102+175+86=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF56 is #9950A9. Grayscale: #8F8F8F. Windows color (decimal): -10047658 or 5680998. OLE color: 5680998.

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

Color convert

RGB 102 175 86 -
CMYK 0.42 0 0.51 0.31
HSL 109.21º 0.36% 0.51% -
HSV(B) 109.21º 0.51% 0.69% -
XYZ 22.49 34.16 14.21 -
YUV 143.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 102 175 86 0.42 0 0.51 0.31 109.21 0.36 0.51
Hex 66 AF 56 2A 0 33 1F 6D 24 33
Octal 146 257 126 52 0 63 37 155 44 63
Binary 1100110 10101111 1010110 101010 0 110011 11111 1101101 100100 110011

Color Harmonies of #66AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF56

Black with #66AF56

Text Example


Text Example

White with #66AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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