Html Css Color HEX #76C801 Christi

📋 copy color: '#76C801'

red 118 ◦ green 200 ◦ blue 1

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

Shades of Christi #76C801

Tints of Christi #76C801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 36.99%
G = 62.7%
B = 0.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#76C801 (or 0x76C801) is known color: Christi. HEX triplet: 76, C8 and 01. RGB value is (118,200,1). Sum of RGB (Red+Green+Blue) = 118+200+1=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #76C801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C801 is #8937FE. Grayscale: #999999. Windows color (decimal): -8992767 or 116854. OLE color: 116854.

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

Color convert

RGB 118 200 1 -
CMYK 0.41 0 1.00 0.22
HSL 84.72º 0.99% 0.39% -
HSV(B) 84.72º 1% 0.78% -
XYZ 28.13 45.16 7.26 -
YUV 152.8 42.33 103.18 -
System Red Green Blue C M Y K H S L
Decimal 118 200 1 0.41 0 1.00 0.22 84.72 0.99 0.39
Hex 76 C8 1 29 0 64 16 55 63 27
Octal 166 310 1 51 0 144 26 125 143 47
Binary 1110110 11001000 1 101001 0 1100100 10110 1010101 1100011 100111

Color Harmonies of #76C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C801

Black with #76C801

Text Example


Text Example

White with #76C801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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