#76C902

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

Shades of Christi #76C902

Tints of Christi #76C902

Color information

#76C902 (or 0x76C902) is unknown color: approx Christi. HEX triplet: 76, C9 and 02. RGB value is (118,201,2). Sum of RGB (Red+Green+Blue) = 118+201+2=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #76C902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C902 is #8936FD. Grayscale: #9A9A9A. Windows color (decimal): -8992510 or 182646. OLE color: 182646.

HSL color Cylindrical-coordinate representation of color #76C902: hue angle of 85.03º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76C902 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1182012-
CMYK0.4100.990.21
HSL85.03º98.03%39.8%-
HSV(B)85.03º99%78.82%-
XYZ28.3745.637.37-
YUV153.542.5102.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 201 (78.91% from 255) = 62.62%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=36.76%
G=62.62%
B=0.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11820120.4100.990.2185.0398.0339.8
Hex76C922906315556228
Octal16631125101432512514250
Binary11101101100100110101001011000111010110101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C902; }

 p { color: rgb(118,201,2); }

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

<style>
 a { background-color: #76C902; }

 a { background-color: rgb(118,201,2); }

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

<style>
 span { border-color: #76C902; }

 span { border-color: rgb(118,201,2); }

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