#76CD00

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

Shades of Christi #76CD00

Tints of Christi #76CD00

Color information

#76CD00 (or 0x76CD00) is unknown color: approx Christi. HEX triplet: 76, CD and 00. RGB value is (118,205,0). Sum of RGB (Red+Green+Blue) = 118+205+0=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CD00 is #8932FF. Grayscale: #9C9C9C. Windows color (decimal): -8991488 or 52598. OLE color: 52598.

HSL color Cylindrical-coordinate representation of color #76CD00: hue angle of 85.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76CD00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB1182050-
CMYK0.42010.20
HSL85.46º100%40.2%-
HSV(B)85.46º100%80.39%-
XYZ29.347.517.63-
YUV155.6240.18101.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 205 (80.47% from 255) = 63.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.53%
G=63.47%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11820500.42010.2085.4610040.2
Hex76CD02A06414556428
Octal16631505201442412514450
Binary1110110110011010101010011001001010010101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,0); }

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

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

 a { background-color: rgb(118,205,0); }

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

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

 span { border-color: rgb(118,205,0); }

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