Html Css Color HEX #66D14A Apple

📋 copy color: '#66D14A'

red 102 ◦ green 209 ◦ blue 74

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

Shades of Apple #66D14A

Tints of Apple #66D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.29%

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

R = 26.49%
G = 54.29%
B = 19.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#66D14A (or 0x66D14A) is known color: Apple. HEX triplet: 66, D1 and 4A. RGB value is (102,209,74). Sum of RGB (Red+Green+Blue) = 102+209+74=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #66D14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D14A is #992EB5. Grayscale: #A2A2A2. Windows color (decimal): -10038966 or 4903270. OLE color: 4903270.

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

Color convert

RGB 102 209 74 -
CMYK 0.51 0 0.65 0.18
HSL 107.56º 0.59% 0.55% -
HSV(B) 107.56º 0.65% 0.82% -
XYZ 29.52 48.92 14.37 -
YUV 161.62 78.55 85.48 -
System Red Green Blue C M Y K H S L
Decimal 102 209 74 0.51 0 0.65 0.18 107.56 0.59 0.55
Hex 66 D1 4A 33 0 41 12 6C 3B 37
Octal 146 321 112 63 0 101 22 154 73 67
Binary 1100110 11010001 1001010 110011 0 1000001 10010 1101100 111011 110111

Color Harmonies of #66D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D14A

Black with #66D14A

Text Example


Text Example

White with #66D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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