Html Css Color HEX #76C20F Christi

📋 copy color: '#76C20F'

red 118 ◦ green 194 ◦ blue 15

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

Shades of Christi #76C20F

Tints of Christi #76C20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 36.09%
G = 59.33%
B = 4.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#76C20F (or 0x76C20F) is known color: Christi. HEX triplet: 76, C2 and 0F. RGB value is (118,194,15). Sum of RGB (Red+Green+Blue) = 118+194+15=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #76C20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C20F is #893DF0. Grayscale: #979797. Windows color (decimal): -8994289 or 1032822. OLE color: 1032822.

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

Color convert

RGB 118 194 15 -
CMYK 0.39 0 0.92 0.24
HSL 85.47º 0.86% 0.41% -
HSV(B) 85.47º 0.92% 0.76% -
XYZ 26.85 42.47 7.23 -
YUV 150.87 51.32 104.55 -
System Red Green Blue C M Y K H S L
Decimal 118 194 15 0.39 0 0.92 0.24 85.47 0.86 0.41
Hex 76 C2 F 27 0 5C 18 55 56 29
Octal 166 302 17 47 0 134 30 125 126 51
Binary 1110110 11000010 1111 100111 0 1011100 11000 1010101 1010110 101001

Color Harmonies of #76C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C20F

Black with #76C20F

Text Example


Text Example

White with #76C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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