#76C203

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

Shades of Christi #76C203

Tints of Christi #76C203

Color information

#76C203 (or 0x76C203) is unknown color: approx Christi. HEX triplet: 76, C2 and 03. RGB value is (118,194,3). Sum of RGB (Red+Green+Blue) = 118+194+3=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #76C203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C203 is #893DFC. Grayscale: #969696. Windows color (decimal): -8994301 or 246390. OLE color: 246390.

HSL color Cylindrical-coordinate representation of color #76C203: hue angle of 83.87º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76C203 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1181943-
CMYK0.3900.980.24
HSL83.87º96.95%38.63%-
HSV(B)83.87º98.45%76.08%-
XYZ26.7842.446.87-
YUV149.545.32105.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 194 (76.17% from 255) = 61.59%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=37.46%
G=61.59%
B=0.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11819430.3900.980.2483.8796.9538.63
Hex76C232706218546127
Octal16630234701423012414147
Binary11101101100001011100111011000101100010101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,194,3); }

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

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

 a { background-color: rgb(118,194,3); }

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

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

 span { border-color: rgb(118,194,3); }

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