Html Css Color HEX #66DF32 Apple

📋 copy color: '#66DF32'

red 102 ◦ green 223 ◦ blue 50

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

Shades of Apple #66DF32

Tints of Apple #66DF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.47%

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

R = 27.2%
G = 59.47%
B = 13.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#66DF32 (or 0x66DF32) is known color: Apple. HEX triplet: 66, DF and 32. RGB value is (102,223,50). Sum of RGB (Red+Green+Blue) = 102+223+50=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF32 is #9920CD. Grayscale: #A7A7A7. Windows color (decimal): -10035406 or 3333990. OLE color: 3333990.

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

Color convert

RGB 102 223 50 -
CMYK 0.54 0 0.78 0.13
HSL 101.97º 0.73% 0.54% -
HSV(B) 101.97º 0.78% 0.87% -
XYZ 32.44 55.83 12.08 -
YUV 167.1 61.91 81.57 -
System Red Green Blue C M Y K H S L
Decimal 102 223 50 0.54 0 0.78 0.13 101.97 0.73 0.54
Hex 66 DF 32 36 0 4E D 66 49 36
Octal 146 337 62 66 0 116 15 146 111 66
Binary 1100110 11011111 110010 110110 0 1001110 1101 1100110 1001001 110110

Color Harmonies of #66DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DF32

Black with #66DF32

Text Example


Text Example

White with #66DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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