Html Css Color HEX #66DD32 Apple

📋 copy color: '#66DD32'

red 102 ◦ green 221 ◦ blue 50

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

Shades of Apple #66DD32

Tints of Apple #66DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.25%

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

R = 27.35%
G = 59.25%
B = 13.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#66DD32 (or 0x66DD32) is known color: Apple. HEX triplet: 66, DD and 32. RGB value is (102,221,50). Sum of RGB (Red+Green+Blue) = 102+221+50=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD32 is #9922CD. Grayscale: #A6A6A6. Windows color (decimal): -10035918 or 3333478. OLE color: 3333478.

HSL color Cylindrical-coordinate representation of color #66DD32: hue angle of 101.75º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66DD32 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 50 -
CMYK 0.54 0 0.77 0.13
HSL 101.75º 0.72% 0.53% -
HSV(B) 101.75º 0.77% 0.87% -
XYZ 31.91 54.77 11.91 -
YUV 165.93 62.58 82.4 -
System Red Green Blue C M Y K H S L
Decimal 102 221 50 0.54 0 0.77 0.13 101.75 0.72 0.53
Hex 66 DD 32 36 0 4D D 66 48 35
Octal 146 335 62 66 0 115 15 146 110 65
Binary 1100110 11011101 110010 110110 0 1001101 1101 1100110 1001000 110101

Color Harmonies of #66DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DD32

Black with #66DD32

Text Example


Text Example

White with #66DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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