Html Css Color HEX #76BC01 Christi

📋 copy color: '#76BC01'

red 118 ◦ green 188 ◦ blue 1

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

Shades of Christi #76BC01

Tints of Christi #76BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 38.44%
G = 61.24%
B = 0.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#76BC01 (or 0x76BC01) is known color: Christi. HEX triplet: 76, BC and 01. RGB value is (118,188,1). Sum of RGB (Red+Green+Blue) = 118+188+1=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC01 is #8943FE. Grayscale: #929292. Windows color (decimal): -8995839 or 113782. OLE color: 113782.

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

Color convert

RGB 118 188 1 -
CMYK 0.37 0 0.99 0.26
HSL 82.46º 0.99% 0.37% -
HSV(B) 82.46º 0.99% 0.74% -
XYZ 25.46 39.82 6.37 -
YUV 145.75 46.31 108.21 -
System Red Green Blue C M Y K H S L
Decimal 118 188 1 0.37 0 0.99 0.26 82.46 0.99 0.37
Hex 76 BC 1 25 0 63 1A 52 63 25
Octal 166 274 1 45 0 143 32 122 143 45
Binary 1110110 10111100 1 100101 0 1100011 11010 1010010 1100011 100101

Color Harmonies of #76BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC01

Black with #76BC01

Text Example


Text Example

White with #76BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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