Html Css Color HEX #76C20D Christi

📋 copy color: '#76C20D'

red 118 ◦ green 194 ◦ blue 13

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

Shades of Christi #76C20D

Tints of Christi #76C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.69%

 BLUE value IS 13 (5.47% from 255) = 4%

R = 36.31%
G = 59.69%
B = 4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#76C20D (or 0x76C20D) is known color: Christi. HEX triplet: 76, C2 and 0D. RGB value is (118,194,13). Sum of RGB (Red+Green+Blue) = 118+194+13=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #76C20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C20D is #893DF2. Grayscale: #979797. Windows color (decimal): -8994291 or 901750. OLE color: 901750.

HSL color Cylindrical-coordinate representation of color #76C20D: hue angle of 85.19º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76C20D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 13 -
CMYK 0.39 0 0.93 0.24
HSL 85.19º 0.87% 0.41% -
HSV(B) 85.19º 0.93% 0.76% -
XYZ 26.84 42.46 7.16 -
YUV 150.64 50.32 104.72 -
System Red Green Blue C M Y K H S L
Decimal 118 194 13 0.39 0 0.93 0.24 85.19 0.87 0.41
Hex 76 C2 D 27 0 5D 18 55 57 29
Octal 166 302 15 47 0 135 30 125 127 51
Binary 1110110 11000010 1101 100111 0 1011101 11000 1010101 1010111 101001

Color Harmonies of #76C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C20D

Black with #76C20D

Text Example


Text Example

White with #76C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,13); }

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

background-color css

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

 a { background-color: rgb(118,194,13); }

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

border-color css

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

 span { border-color: rgb(118,194,13); }

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