Html Css Color HEX #66DE33 Apple

📋 copy color: '#66DE33'

red 102 ◦ green 222 ◦ blue 51

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

Shades of Apple #66DE33

Tints of Apple #66DE33

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.2%

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 27.2%
G = 59.2%
B = 13.6%

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

#66DE33 (or 0x66DE33) is known color: Apple. HEX triplet: 66, DE and 33. RGB value is (102,222,51). Sum of RGB (Red+Green+Blue) = 102+222+51=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE33 is #9921CC. Grayscale: #A7A7A7. Windows color (decimal): -10035661 or 3399270. OLE color: 3399270.

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

Color convert

RGB 102 222 51 -
CMYK 0.54 0 0.77 0.13
HSL 102.11º 0.72% 0.54% -
HSV(B) 102.11º 0.77% 0.87% -
XYZ 32.2 55.31 12.11 -
YUV 166.63 62.74 81.9 -
System Red Green Blue C M Y K H S L
Decimal 102 222 51 0.54 0 0.77 0.13 102.11 0.72 0.54
Hex 66 DE 33 36 0 4D D 66 48 36
Octal 146 336 63 66 0 115 15 146 110 66
Binary 1100110 11011110 110011 110110 0 1001101 1101 1100110 1001000 110110

Color Harmonies of #66DE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DE33

Black with #66DE33

Text Example


Text Example

White with #66DE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,222,51); }

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

background-color css

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

 a { background-color: rgb(102,222,51); }

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

border-color css

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

 span { border-color: rgb(102,222,51); }

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