Html Css Color HEX #77BC10 Christi

📋 copy color: '#77BC10'

red 119 ◦ green 188 ◦ blue 16

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

Shades of Christi #77BC10

Tints of Christi #77BC10

RGB

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

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

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

R = 36.84%
G = 58.2%
B = 4.95%

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

#77BC10 (or 0x77BC10) is known color: Christi. HEX triplet: 77, BC and 10. RGB value is (119,188,16). Sum of RGB (Red+Green+Blue) = 119+188+16=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC10 is #8843EF. Grayscale: #949494. Windows color (decimal): -8930288 or 1096823. OLE color: 1096823.

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

Color convert

RGB 119 188 16 -
CMYK 0.37 0 0.91 0.26
HSL 84.07º 0.84% 0.4% -
HSV(B) 84.07º 0.91% 0.74% -
XYZ 25.68 39.93 6.84 -
YUV 147.76 53.64 107.49 -
System Red Green Blue C M Y K H S L
Decimal 119 188 16 0.37 0 0.91 0.26 84.07 0.84 0.4
Hex 77 BC 10 25 0 5B 1A 54 54 28
Octal 167 274 20 45 0 133 32 124 124 50
Binary 1110111 10111100 10000 100101 0 1011011 11010 1010100 1010100 101000

Color Harmonies of #77BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC10

Black with #77BC10

Text Example


Text Example

White with #77BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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