Html Css Color HEX #76BD11 Christi

📋 copy color: '#76BD11'

red 118 ◦ green 189 ◦ blue 17

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

Shades of Christi #76BD11

Tints of Christi #76BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.33%

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

R = 36.42%
G = 58.33%
B = 5.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#76BD11 (or 0x76BD11) is known color: Christi. HEX triplet: 76, BD and 11. RGB value is (118,189,17). Sum of RGB (Red+Green+Blue) = 118+189+17=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BD11 is #8942EE. Grayscale: #949494. Windows color (decimal): -8995567 or 1162614. OLE color: 1162614.

HSL color Cylindrical-coordinate representation of color #76BD11: hue angle of 84.77º 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 #76BD11 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 17 -
CMYK 0.38 0 0.91 0.26
HSL 84.77º 0.83% 0.4% -
HSV(B) 84.77º 0.91% 0.74% -
XYZ 25.77 40.29 6.95 -
YUV 148.16 53.98 106.49 -
System Red Green Blue C M Y K H S L
Decimal 118 189 17 0.38 0 0.91 0.26 84.77 0.83 0.4
Hex 76 BD 11 26 0 5B 1A 55 53 28
Octal 166 275 21 46 0 133 32 125 123 50
Binary 1110110 10111101 10001 100110 0 1011011 11010 1010101 1010011 101000

Color Harmonies of #76BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD11

Black with #76BD11

Text Example


Text Example

White with #76BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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