#66B50E

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

Shades of Christi #66B50E

Tints of Christi #66B50E

Color information

#66B50E (or 0x66B50E) is unknown color: approx Christi. HEX triplet: 66, B5 and 0E. RGB value is (102,181,14). Sum of RGB (Red+Green+Blue) = 102+181+14=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #66B50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B50E is #994AF1. Grayscale: #8A8A8A. Windows color (decimal): -10046194 or 963942. OLE color: 963942.

HSL color Cylindrical-coordinate representation of color #66B50E: hue angle of 88.38º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66B50E is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB10218114-
CMYK0.4400.920.29
HSL88.38º85.64%38.24%-
HSV(B)88.38º92.27%70.98%-
XYZ22.0835.96.18-
YUV138.3457.83102.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 181 (71.09% from 255) = 60.94%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=34.34%
G=60.94%
B=4.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181140.4400.920.2988.3885.6438.24
Hex66B5E2C05C1D585626
Octal146265165401343513012646
Binary1100110101101011110101100010111001110110110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,181,14); }

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

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

 a { background-color: rgb(102,181,14); }

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

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

 span { border-color: rgb(102,181,14); }

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