Html Css Color HEX #76CD00 Christi

📋 copy color: '#76CD00'

red 118 ◦ green 205 ◦ blue 0

#76CD00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #76CD00

Tints of Christi #76CD00

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 value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#76CD00 (or 0x76CD00) is known color: 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

RGB 118 205 0 -
CMYK 0.42 0 1 0.20
HSL 85.46º 1% 0.4% -
HSV(B) 85.46º 1% 0.8% -
XYZ 29.3 47.51 7.63 -
YUV 155.62 40.18 101.17 -
System Red Green Blue C M Y K H S L
Decimal 118 205 0 0.42 0 1 0.20 85.46 1 0.4
Hex 76 CD 0 2A 0 64 14 55 64 28
Octal 166 315 0 52 0 144 24 125 144 50
Binary 1110110 11001101 0 101010 0 1100100 10100 1010101 1100100 101000

Color Harmonies of #76CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD00

Black with #76CD00

Text Example


Text Example

White with #76CD00

Text Example


Text Example

HTML Codes & Css Web 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>