Html Css Color HEX #66CD4E Apple

📋 copy color: '#66CD4E'

red 102 ◦ green 205 ◦ blue 78

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

Shades of Apple #66CD4E

Tints of Apple #66CD4E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.25%

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 26.49%
G = 53.25%
B = 20.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#66CD4E (or 0x66CD4E) is known color: Apple. HEX triplet: 66, CD and 4E. RGB value is (102,205,78). Sum of RGB (Red+Green+Blue) = 102+205+78=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD4E is #9932B1. Grayscale: #A0A0A0. Windows color (decimal): -10039986 or 5164390. OLE color: 5164390.

HSL color Cylindrical-coordinate representation of color #66CD4E: hue angle of 108.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66CD4E is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 78 -
CMYK 0.50 0 0.62 0.20
HSL 108.66º 0.56% 0.55% -
HSV(B) 108.66º 0.62% 0.8% -
XYZ 28.69 47.04 14.77 -
YUV 159.73 81.88 86.83 -
System Red Green Blue C M Y K H S L
Decimal 102 205 78 0.50 0 0.62 0.20 108.66 0.56 0.55
Hex 66 CD 4E 32 0 3E 14 6D 38 37
Octal 146 315 116 62 0 76 24 155 70 67
Binary 1100110 11001101 1001110 110010 0 111110 10100 1101101 111000 110111

Color Harmonies of #66CD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD4E

Black with #66CD4E

Text Example


Text Example

White with #66CD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,205,78); }

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

background-color css

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

 a { background-color: rgb(102,205,78); }

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

border-color css

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

 span { border-color: rgb(102,205,78); }

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