Html Css Color HEX #66E440 Apple

📋 copy color: '#66E440'

red 102 ◦ green 228 ◦ blue 64

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

Shades of Apple #66E440

Tints of Apple #66E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.87%

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

R = 25.89%
G = 57.87%
B = 16.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#66E440 (or 0x66E440) is known color: Apple. HEX triplet: 66, E4 and 40. RGB value is (102,228,64). Sum of RGB (Red+Green+Blue) = 102+228+64=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #66E440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E440 is #991BBF. Grayscale: #ACACAC. Windows color (decimal): -10034112 or 4252774. OLE color: 4252774.

HSL color Cylindrical-coordinate representation of color #66E440: hue angle of 106.1º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66E440 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 228 64 -
CMYK 0.55 0 0.72 0.11
HSL 106.1º 0.75% 0.57% -
HSV(B) 106.1º 0.72% 0.89% -
XYZ 34.15 58.68 14.38 -
YUV 171.63 67.26 78.34 -
System Red Green Blue C M Y K H S L
Decimal 102 228 64 0.55 0 0.72 0.11 106.1 0.75 0.57
Hex 66 E4 40 37 0 48 B 6A 4B 39
Octal 146 344 100 67 0 110 13 152 113 71
Binary 1100110 11100100 1000000 110111 0 1001000 1011 1101010 1001011 111001

Color Harmonies of #66E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E440

Black with #66E440

Text Example


Text Example

White with #66E440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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