Html Css Color HEX #76C400 Christi

📋 copy color: '#76C400'

red 118 ◦ green 196 ◦ blue 0

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

Shades of Christi #76C400

Tints of Christi #76C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.42%

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

R = 37.58%
G = 62.42%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#76C400 (or 0x76C400) is known color: Christi. HEX triplet: 76, C4 and 00. RGB value is (118,196,0). Sum of RGB (Red+Green+Blue) = 118+196+0=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #76C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C400 is #893BFF. Grayscale: #979797. Windows color (decimal): -8993792 or 50294. OLE color: 50294.

HSL color Cylindrical-coordinate representation of color #76C400: hue angle of 83.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76C400 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 0 -
CMYK 0.40 0 1 0.23
HSL 83.88º 1% 0.38% -
HSV(B) 83.88º 1% 0.77% -
XYZ 27.21 43.33 6.93 -
YUV 150.33 43.16 104.94 -
System Red Green Blue C M Y K H S L
Decimal 118 196 0 0.40 0 1 0.23 83.88 1 0.38
Hex 76 C4 0 28 0 64 17 54 64 26
Octal 166 304 0 50 0 144 27 124 144 46
Binary 1110110 11000100 0 101000 0 1100100 10111 1010100 1100100 100110

Color Harmonies of #76C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C400

Black with #76C400

Text Example


Text Example

White with #76C400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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