Html Css Color HEX #66A251 Apple

📋 copy color: '#66A251'

red 102 ◦ green 162 ◦ blue 81

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

Shades of Apple #66A251

Tints of Apple #66A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.96%

 BLUE value IS 81 (32.03% from 255) = 23.48%

R = 29.57%
G = 46.96%
B = 23.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#66A251 (or 0x66A251) is known color: Apple. HEX triplet: 66, A2 and 51. RGB value is (102,162,81). Sum of RGB (Red+Green+Blue) = 102+162+81=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #66A251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A251 is #995DAE. Grayscale: #878787. Windows color (decimal): -10050991 or 5349990. OLE color: 5349990.

HSL color Cylindrical-coordinate representation of color #66A251: hue angle of 104.44º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A251 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 81 -
CMYK 0.37 0 0.50 0.36
HSL 104.44º 0.33% 0.48% -
HSV(B) 104.44º 0.5% 0.64% -
XYZ 19.89 29.26 12.38 -
YUV 134.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 102 162 81 0.37 0 0.50 0.36 104.44 0.33 0.48
Hex 66 A2 51 25 0 32 24 68 21 30
Octal 146 242 121 45 0 62 44 150 41 60
Binary 1100110 10100010 1010001 100101 0 110010 100100 1101000 100001 110000

Color Harmonies of #66A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A251

Black with #66A251

Text Example


Text Example

White with #66A251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,162,81); }

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

background-color css

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

 a { background-color: rgb(102,162,81); }

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

border-color css

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

 span { border-color: rgb(102,162,81); }

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