#66bf32

Color #66BF32 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #66BF32

Tints of Apple #66BF32

Color information

#66BF32 (or 0x66BF32) is unknown color: approx Apple. HEX triplet: 66, BF and 32. RGB value is (102,191,50). Sum of RGB (Red+Green+Blue) = 102+191+50=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BF32 is #9940CD. Grayscale: #949494. Windows color (decimal): -10043598 or 3325798. OLE color: 3325798.

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

Color convert

RGB10219150-
CMYK0.4700.740.25
HSL97.87º58.51%47.25%-
HSV(B)97.87º73.82%74.9%-
XYZ24.6940.329.5-
YUV148.3172.5194.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=29.74%
G=55.69%
B=14.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102191500.4700.740.2597.8758.5147.25
Hex66BF322F04A19623b2f
Octal14627762570112311427357
Binary11001101011111111001010111101001010110011100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66bf32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66bf32;
 }
 .AnyTagClassName
 {
   color: #66bf32;
 }
</style>
background-color css

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

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

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

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

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

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