#66BD28

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

Shades of Christi #66BD28

Tints of Christi #66BD28

Color information

#66BD28 (or 0x66BD28) is unknown color: approx Christi. HEX triplet: 66, BD and 28. RGB value is (102,189,40). Sum of RGB (Red+Green+Blue) = 102+189+40=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BD28 is #9942D7. Grayscale: #929292. Windows color (decimal): -10044120 or 2669926. OLE color: 2669926.

HSL color Cylindrical-coordinate representation of color #66BD28: hue angle of 95.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66BD28 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB10218940-
CMYK0.4600.790.26
HSL95.03º65.07%44.9%-
HSV(B)95.03º78.84%74.12%-
XYZ24.0639.378.34-
YUV14668.1896.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=30.82%
G=57.10%
B=12.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102189400.4600.790.2695.0365.0744.9
Hex66BD282E04F1A5f412d
Octal146275505601173213710155
Binary110011010111101101000101110010011111101010111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,40); }

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

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

 a { background-color: rgb(102,189,40); }

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

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

 span { border-color: rgb(102,189,40); }

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