Html Css Color HEX #66D240 Apple

📋 copy color: '#66D240'

red 102 ◦ green 210 ◦ blue 64

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

Shades of Apple #66D240

Tints of Apple #66D240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.85%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 27.13%
G = 55.85%
B = 17.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#66D240 (or 0x66D240) is known color: Apple. HEX triplet: 66, D2 and 40. RGB value is (102,210,64). Sum of RGB (Red+Green+Blue) = 102+210+64=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #66D240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D240 is #992DBF. Grayscale: #A1A1A1. Windows color (decimal): -10038720 or 4248166. OLE color: 4248166.

HSL color Cylindrical-coordinate representation of color #66D240: hue angle of 104.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66D240 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 210 64 -
CMYK 0.51 0 0.70 0.18
HSL 104.38º 0.62% 0.54% -
HSV(B) 104.38º 0.7% 0.82% -
XYZ 29.45 49.29 12.81 -
YUV 161.06 73.22 85.87 -
System Red Green Blue C M Y K H S L
Decimal 102 210 64 0.51 0 0.70 0.18 104.38 0.62 0.54
Hex 66 D2 40 33 0 46 12 68 3E 36
Octal 146 322 100 63 0 106 22 150 76 66
Binary 1100110 11010010 1000000 110011 0 1000110 10010 1101000 111110 110110

Color Harmonies of #66D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D240

Black with #66D240

Text Example


Text Example

White with #66D240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,210,64); }

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

background-color css

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

 a { background-color: rgb(102,210,64); }

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

border-color css

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

 span { border-color: rgb(102,210,64); }

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