Html Css Color HEX #66D04A Apple

📋 copy color: '#66D04A'

red 102 ◦ green 208 ◦ blue 74

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

Shades of Apple #66D04A

Tints of Apple #66D04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 26.56%
G = 54.17%
B = 19.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#66D04A (or 0x66D04A) is known color: Apple. HEX triplet: 66, D0 and 4A. RGB value is (102,208,74). Sum of RGB (Red+Green+Blue) = 102+208+74=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #66D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D04A is #992FB5. Grayscale: #A1A1A1. Windows color (decimal): -10039222 or 4903014. OLE color: 4903014.

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

Color convert

RGB 102 208 74 -
CMYK 0.51 0 0.64 0.18
HSL 107.46º 0.59% 0.55% -
HSV(B) 107.46º 0.64% 0.82% -
XYZ 29.27 48.43 14.28 -
YUV 161.03 78.88 85.9 -
System Red Green Blue C M Y K H S L
Decimal 102 208 74 0.51 0 0.64 0.18 107.46 0.59 0.55
Hex 66 D0 4A 33 0 40 12 6B 3B 37
Octal 146 320 112 63 0 100 22 153 73 67
Binary 1100110 11010000 1001010 110011 0 1000000 10010 1101011 111011 110111

Color Harmonies of #66D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D04A

Black with #66D04A

Text Example


Text Example

White with #66D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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