Html Css Color HEX #66E532 Apple

📋 copy color: '#66E532'

red 102 ◦ green 229 ◦ blue 50

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

Shades of Apple #66E532

Tints of Apple #66E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.1%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 26.77%
G = 60.1%
B = 13.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#66E532 (or 0x66E532) is known color: Apple. HEX triplet: 66, E5 and 32. RGB value is (102,229,50). Sum of RGB (Red+Green+Blue) = 102+229+50=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #66E532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E532 is #991ACD. Grayscale: #ABABAB. Windows color (decimal): -10033870 or 3335526. OLE color: 3335526.

HSL color Cylindrical-coordinate representation of color #66E532: hue angle of 102.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66E532 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 229 50 -
CMYK 0.55 0 0.78 0.10
HSL 102.57º 0.77% 0.55% -
HSV(B) 102.57º 0.78% 0.9% -
XYZ 34.07 59.09 12.63 -
YUV 170.62 59.92 79.05 -
System Red Green Blue C M Y K H S L
Decimal 102 229 50 0.55 0 0.78 0.10 102.57 0.77 0.55
Hex 66 E5 32 37 0 4E A 67 4D 37
Octal 146 345 62 67 0 116 12 147 115 67
Binary 1100110 11100101 110010 110111 0 1001110 1010 1100111 1001101 110111

Color Harmonies of #66E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E532

Black with #66E532

Text Example


Text Example

White with #66E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,229,50); }

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

background-color css

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

 a { background-color: rgb(102,229,50); }

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

border-color css

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

 span { border-color: rgb(102,229,50); }

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