Html Css Color HEX #77BC00 Christi

📋 copy color: '#77BC00'

red 119 ◦ green 188 ◦ blue 0

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

Shades of Christi #77BC00

Tints of Christi #77BC00

RGB

 RED value IS 119 (46.88% from 255) = 38.76%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.76%
G = 61.24%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#77BC00 (or 0x77BC00) is known color: Christi. HEX triplet: 77, BC and 00. RGB value is (119,188,0). Sum of RGB (Red+Green+Blue) = 119+188+0=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC00 is #8843FF. Grayscale: #929292. Windows color (decimal): -8930304 or 48247. OLE color: 48247.

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

Color convert

RGB 119 188 0 -
CMYK 0.37 0 1 0.26
HSL 82.02º 1% 0.37% -
HSV(B) 82.02º 1% 0.74% -
XYZ 25.59 39.89 6.35 -
YUV 145.94 45.64 108.79 -
System Red Green Blue C M Y K H S L
Decimal 119 188 0 0.37 0 1 0.26 82.02 1 0.37
Hex 77 BC 0 25 0 64 1A 52 64 25
Octal 167 274 0 45 0 144 32 122 144 45
Binary 1110111 10111100 0 100101 0 1100100 11010 1010010 1100100 100101

Color Harmonies of #77BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC00

Black with #77BC00

Text Example


Text Example

White with #77BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BC00; }

 p { color: rgb(119,188,0); }

 H1.HeaderClassName
 {
   color: #77BC00;
 }
 .AnyTagClassName
 {
   color: #77BC00;
 }
</style>

background-color css

<style>
 a { background-color: #77BC00; }

 a { background-color: rgb(119,188,0); }

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

border-color css

<style>
 span { border-color: #77BC00; }

 span { border-color: rgb(119,188,0); }

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