Html Css Color HEX #66AF3F Apple

📋 copy color: '#66AF3F'

red 102 ◦ green 175 ◦ blue 63

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

Shades of Apple #66AF3F

Tints of Apple #66AF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 30%
G = 51.47%
B = 18.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#66AF3F (or 0x66AF3F) is known color: Apple. HEX triplet: 66, AF and 3F. RGB value is (102,175,63). Sum of RGB (Red+Green+Blue) = 102+175+63=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AF3F is #9950C0. Grayscale: #8C8C8C. Windows color (decimal): -10047681 or 4173670. OLE color: 4173670.

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

Color convert

RGB 102 175 63 -
CMYK 0.42 0 0.64 0.31
HSL 99.11º 0.47% 0.47% -
HSV(B) 99.11º 0.64% 0.69% -
XYZ 21.71 33.84 10.09 -
YUV 140.41 84.32 100.61 -
System Red Green Blue C M Y K H S L
Decimal 102 175 63 0.42 0 0.64 0.31 99.11 0.47 0.47
Hex 66 AF 3F 2A 0 40 1F 63 2F 2F
Octal 146 257 77 52 0 100 37 143 57 57
Binary 1100110 10101111 111111 101010 0 1000000 11111 1100011 101111 101111

Color Harmonies of #66AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF3F

Black with #66AF3F

Text Example


Text Example

White with #66AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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