Html Css Color HEX #66B849 Apple

📋 copy color: '#66B849'

red 102 ◦ green 184 ◦ blue 73

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

Shades of Apple #66B849

Tints of Apple #66B849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.25%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 28.41%
G = 51.25%
B = 20.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#66B849 (or 0x66B849) is known color: Apple. HEX triplet: 66, B8 and 49. RGB value is (102,184,73). Sum of RGB (Red+Green+Blue) = 102+184+73=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #66B849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B849 is #9947B6. Grayscale: #939393. Windows color (decimal): -10045367 or 4831334. OLE color: 4831334.

HSL color Cylindrical-coordinate representation of color #66B849: hue angle of 104.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B849 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 184 73 -
CMYK 0.45 0 0.60 0.28
HSL 104.32º 0.44% 0.5% -
HSV(B) 104.32º 0.6% 0.72% -
XYZ 23.82 37.59 12.3 -
YUV 146.83 86.33 96.03 -
System Red Green Blue C M Y K H S L
Decimal 102 184 73 0.45 0 0.60 0.28 104.32 0.44 0.5
Hex 66 B8 49 2D 0 3C 1C 68 2C 32
Octal 146 270 111 55 0 74 34 150 54 62
Binary 1100110 10111000 1001001 101101 0 111100 11100 1101000 101100 110010

Color Harmonies of #66B849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B849

Black with #66B849

Text Example


Text Example

White with #66B849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,184,73); }

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

background-color css

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

 a { background-color: rgb(102,184,73); }

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

border-color css

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

 span { border-color: rgb(102,184,73); }

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