Html Css Color HEX #66C332 Apple

📋 copy color: '#66C332'

red 102 ◦ green 195 ◦ blue 50

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

Shades of Apple #66C332

Tints of Apple #66C332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

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

R = 29.39%
G = 56.2%
B = 14.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#66C332 (or 0x66C332) is known color: Apple. HEX triplet: 66, C3 and 32. RGB value is (102,195,50). Sum of RGB (Red+Green+Blue) = 102+195+50=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #66C332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C332 is #993CCD. Grayscale: #979797. Windows color (decimal): -10042574 or 3326822. OLE color: 3326822.

HSL color Cylindrical-coordinate representation of color #66C332: hue angle of 98.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66C332 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 195 50 -
CMYK 0.48 0 0.74 0.24
HSL 98.48º 0.59% 0.48% -
HSV(B) 98.48º 0.74% 0.76% -
XYZ 25.57 42.09 9.79 -
YUV 150.66 71.19 93.29 -
System Red Green Blue C M Y K H S L
Decimal 102 195 50 0.48 0 0.74 0.24 98.48 0.59 0.48
Hex 66 C3 32 30 0 4A 18 62 3B 30
Octal 146 303 62 60 0 112 30 142 73 60
Binary 1100110 11000011 110010 110000 0 1001010 11000 1100010 111011 110000

Color Harmonies of #66C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C332

Black with #66C332

Text Example


Text Example

White with #66C332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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