Html Css Color HEX #66DA49 Apple

📋 copy color: '#66DA49'

red 102 ◦ green 218 ◦ blue 73

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

Shades of Apple #66DA49

Tints of Apple #66DA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.47%

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

R = 25.95%
G = 55.47%
B = 18.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#66DA49 (or 0x66DA49) is known color: Apple. HEX triplet: 66, DA and 49. RGB value is (102,218,73). Sum of RGB (Red+Green+Blue) = 102+218+73=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DA49 is #9925B6. Grayscale: #A7A7A7. Windows color (decimal): -10036663 or 4840038. OLE color: 4840038.

HSL color Cylindrical-coordinate representation of color #66DA49: hue angle of 108º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66DA49 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 73 -
CMYK 0.53 0 0.67 0.15
HSL 108º 0.66% 0.57% -
HSV(B) 108º 0.67% 0.85% -
XYZ 31.75 53.45 14.95 -
YUV 166.79 75.07 81.79 -
System Red Green Blue C M Y K H S L
Decimal 102 218 73 0.53 0 0.67 0.15 108 0.66 0.57
Hex 66 DA 49 35 0 43 F 6C 42 39
Octal 146 332 111 65 0 103 17 154 102 71
Binary 1100110 11011010 1001001 110101 0 1000011 1111 1101100 1000010 111001

Color Harmonies of #66DA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA49

Black with #66DA49

Text Example


Text Example

White with #66DA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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