Html Css Color HEX #66D032 Apple

📋 copy color: '#66D032'

red 102 ◦ green 208 ◦ blue 50

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

Shades of Apple #66D032

Tints of Apple #66D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.78%

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

R = 28.33%
G = 57.78%
B = 13.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#66D032 (or 0x66D032) is known color: Apple. HEX triplet: 66, D0 and 32. RGB value is (102,208,50). Sum of RGB (Red+Green+Blue) = 102+208+50=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #66D032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D032 is #992FCD. Grayscale: #9E9E9E. Windows color (decimal): -10039246 or 3330150. OLE color: 3330150.

HSL color Cylindrical-coordinate representation of color #66D032: hue angle of 100.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66D032 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 208 50 -
CMYK 0.51 0 0.76 0.18
HSL 100.25º 0.63% 0.51% -
HSV(B) 100.25º 0.76% 0.82% -
XYZ 28.61 48.17 10.81 -
YUV 158.29 66.88 87.85 -
System Red Green Blue C M Y K H S L
Decimal 102 208 50 0.51 0 0.76 0.18 100.25 0.63 0.51
Hex 66 D0 32 33 0 4C 12 64 3F 33
Octal 146 320 62 63 0 114 22 144 77 63
Binary 1100110 11010000 110010 110011 0 1001100 10010 1100100 111111 110011

Color Harmonies of #66D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D032

Black with #66D032

Text Example


Text Example

White with #66D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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