Html Css Color HEX #76C00E Christi

📋 copy color: '#76C00E'

red 118 ◦ green 192 ◦ blue 14

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

Shades of Christi #76C00E

Tints of Christi #76C00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

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

R = 36.42%
G = 59.26%
B = 4.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#76C00E (or 0x76C00E) is known color: Christi. HEX triplet: 76, C0 and 0E. RGB value is (118,192,14). Sum of RGB (Red+Green+Blue) = 118+192+14=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #76C00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C00E is #893FF1. Grayscale: #969696. Windows color (decimal): -8994802 or 966774. OLE color: 966774.

HSL color Cylindrical-coordinate representation of color #76C00E: hue angle of 84.94º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76C00E is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 14 -
CMYK 0.39 0 0.93 0.25
HSL 84.94º 0.86% 0.4% -
HSV(B) 84.94º 0.93% 0.75% -
XYZ 26.4 41.58 7.05 -
YUV 149.58 51.48 105.47 -
System Red Green Blue C M Y K H S L
Decimal 118 192 14 0.39 0 0.93 0.25 84.94 0.86 0.4
Hex 76 C0 E 27 0 5D 19 55 56 28
Octal 166 300 16 47 0 135 31 125 126 50
Binary 1110110 11000000 1110 100111 0 1011101 11001 1010101 1010110 101000

Color Harmonies of #76C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C00E

Black with #76C00E

Text Example


Text Example

White with #76C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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