Html Css Color HEX #66D04C Apple

📋 copy color: '#66D04C'

red 102 ◦ green 208 ◦ blue 76

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

Shades of Apple #66D04C

Tints of Apple #66D04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.89%

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 26.42%
G = 53.89%
B = 19.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#66D04C (or 0x66D04C) is known color: Apple. HEX triplet: 66, D0 and 4C. RGB value is (102,208,76). Sum of RGB (Red+Green+Blue) = 102+208+76=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #66D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D04C is #992FB3. Grayscale: #A1A1A1. Windows color (decimal): -10039220 or 5034086. OLE color: 5034086.

HSL color Cylindrical-coordinate representation of color #66D04C: hue angle of 108.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66D04C is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 208 76 -
CMYK 0.51 0 0.63 0.18
HSL 108.18º 0.58% 0.56% -
HSV(B) 108.18º 0.63% 0.82% -
XYZ 29.34 48.46 14.64 -
YUV 161.26 79.88 85.73 -
System Red Green Blue C M Y K H S L
Decimal 102 208 76 0.51 0 0.63 0.18 108.18 0.58 0.56
Hex 66 D0 4C 33 0 3F 12 6C 3A 38
Octal 146 320 114 63 0 77 22 154 72 70
Binary 1100110 11010000 1001100 110011 0 111111 10010 1101100 111010 111000

Color Harmonies of #66D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D04C

Black with #66D04C

Text Example


Text Example

White with #66D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,208,76); }

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

background-color css

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

 a { background-color: rgb(102,208,76); }

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

border-color css

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

 span { border-color: rgb(102,208,76); }

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