Html Css Color HEX #76C800 Christi

📋 copy color: '#76C800'

red 118 ◦ green 200 ◦ blue 0

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

Shades of Christi #76C800

Tints of Christi #76C800

RGB

 RED value IS 118 (46.48% from 255) = 37.11%

 GREEN value IS 200 (78.52% from 255) = 62.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.11%
G = 62.89%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#76C800 (or 0x76C800) is known color: Christi. HEX triplet: 76, C8 and 00. RGB value is (118,200,0). Sum of RGB (Red+Green+Blue) = 118+200+0=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #76C800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C800 is #8937FF. Grayscale: #999999. Windows color (decimal): -8992768 or 51318. OLE color: 51318.

HSL color Cylindrical-coordinate representation of color #76C800: hue angle of 84.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76C800 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 0 -
CMYK 0.41 0 1 0.22
HSL 84.6º 1% 0.39% -
HSV(B) 84.6º 1% 0.78% -
XYZ 28.13 45.16 7.23 -
YUV 152.68 41.83 103.26 -
System Red Green Blue C M Y K H S L
Decimal 118 200 0 0.41 0 1 0.22 84.6 1 0.39
Hex 76 C8 0 29 0 64 16 55 64 27
Octal 166 310 0 51 0 144 26 125 144 47
Binary 1110110 11001000 0 101001 0 1100100 10110 1010101 1100100 100111

Color Harmonies of #76C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C800

Black with #76C800

Text Example


Text Example

White with #76C800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76C800;
 }
 .AnyTagClassName
 {
   color: #76C800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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