Html Css Color HEX #76C20E Christi

📋 copy color: '#76C20E'

red 118 ◦ green 194 ◦ blue 14

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

Shades of Christi #76C20E

Tints of Christi #76C20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 36.2%
G = 59.51%
B = 4.29%

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

#76C20E (or 0x76C20E) is known color: Christi. HEX triplet: 76, C2 and 0E. RGB value is (118,194,14). Sum of RGB (Red+Green+Blue) = 118+194+14=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #76C20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C20E is #893DF1. Grayscale: #979797. Windows color (decimal): -8994290 or 967286. OLE color: 967286.

HSL color Cylindrical-coordinate representation of color #76C20E: hue angle of 85.33º 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 #76C20E is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 14 -
CMYK 0.39 0 0.93 0.24
HSL 85.33º 0.87% 0.41% -
HSV(B) 85.33º 0.93% 0.76% -
XYZ 26.84 42.47 7.2 -
YUV 150.76 50.82 104.64 -
System Red Green Blue C M Y K H S L
Decimal 118 194 14 0.39 0 0.93 0.24 85.33 0.87 0.41
Hex 76 C2 E 27 0 5D 18 55 57 29
Octal 166 302 16 47 0 135 30 125 127 51
Binary 1110110 11000010 1110 100111 0 1011101 11000 1010101 1010111 101001

Color Harmonies of #76C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C20E

Black with #76C20E

Text Example


Text Example

White with #76C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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