Html Css Color HEX #76BC11 Christi

📋 copy color: '#76BC11'

red 118 ◦ green 188 ◦ blue 17

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

Shades of Christi #76BC11

Tints of Christi #76BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.2%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 36.53%
G = 58.2%
B = 5.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#76BC11 (or 0x76BC11) is known color: Christi. HEX triplet: 76, BC and 11. RGB value is (118,188,17). Sum of RGB (Red+Green+Blue) = 118+188+17=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC11 is #8943EE. Grayscale: #949494. Windows color (decimal): -8995823 or 1162358. OLE color: 1162358.

HSL color Cylindrical-coordinate representation of color #76BC11: hue angle of 84.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76BC11 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 17 -
CMYK 0.37 0 0.91 0.26
HSL 84.56º 0.83% 0.4% -
HSV(B) 84.56º 0.91% 0.74% -
XYZ 25.56 39.86 6.88 -
YUV 147.58 54.31 106.9 -
System Red Green Blue C M Y K H S L
Decimal 118 188 17 0.37 0 0.91 0.26 84.56 0.83 0.4
Hex 76 BC 11 25 0 5B 1A 55 53 28
Octal 166 274 21 45 0 133 32 125 123 50
Binary 1110110 10111100 10001 100101 0 1011011 11010 1010101 1010011 101000

Color Harmonies of #76BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC11

Black with #76BC11

Text Example


Text Example

White with #76BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,17); }

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

background-color css

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

 a { background-color: rgb(118,188,17); }

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

border-color css

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

 span { border-color: rgb(118,188,17); }

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