Html Css Color HEX #76BC10 Christi

📋 copy color: '#76BC10'

red 118 ◦ green 188 ◦ blue 16

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

Shades of Christi #76BC10

Tints of Christi #76BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 36.65%
G = 58.39%
B = 4.97%

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

#76BC10 (or 0x76BC10) is known color: Christi. HEX triplet: 76, BC and 10. RGB value is (118,188,16). Sum of RGB (Red+Green+Blue) = 118+188+16=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC10 is #8943EF. Grayscale: #949494. Windows color (decimal): -8995824 or 1096822. OLE color: 1096822.

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

Color convert

RGB 118 188 16 -
CMYK 0.37 0 0.91 0.26
HSL 84.42º 0.84% 0.4% -
HSV(B) 84.42º 0.91% 0.74% -
XYZ 25.55 39.86 6.84 -
YUV 147.46 53.81 106.99 -
System Red Green Blue C M Y K H S L
Decimal 118 188 16 0.37 0 0.91 0.26 84.42 0.84 0.4
Hex 76 BC 10 25 0 5B 1A 54 54 28
Octal 166 274 20 45 0 133 32 124 124 50
Binary 1110110 10111100 10000 100101 0 1011011 11010 1010100 1010100 101000

Color Harmonies of #76BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC10

Black with #76BC10

Text Example


Text Example

White with #76BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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