Html Css Color HEX #66DF49 Apple

📋 copy color: '#66DF49'

red 102 ◦ green 223 ◦ blue 73

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

Shades of Apple #66DF49

Tints of Apple #66DF49

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.03%

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

R = 25.63%
G = 56.03%
B = 18.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#66DF49 (or 0x66DF49) is known color: Apple. HEX triplet: 66, DF and 49. RGB value is (102,223,73). Sum of RGB (Red+Green+Blue) = 102+223+73=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF49 is #9920B6. Grayscale: #AAAAAA. Windows color (decimal): -10035383 or 4841318. OLE color: 4841318.

HSL color Cylindrical-coordinate representation of color #66DF49: hue angle of 108.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66DF49 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 73 -
CMYK 0.54 0 0.67 0.13
HSL 108.4º 0.7% 0.58% -
HSV(B) 108.4º 0.67% 0.87% -
XYZ 33.07 56.08 15.39 -
YUV 169.72 73.41 79.7 -
System Red Green Blue C M Y K H S L
Decimal 102 223 73 0.54 0 0.67 0.13 108.4 0.7 0.58
Hex 66 DF 49 36 0 43 D 6C 46 3A
Octal 146 337 111 66 0 103 15 154 106 72
Binary 1100110 11011111 1001001 110110 0 1000011 1101 1101100 1000110 111010

Color Harmonies of #66DF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DF49

Black with #66DF49

Text Example


Text Example

White with #66DF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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