Html Css Color HEX #77BC03 Christi

📋 copy color: '#77BC03'

red 119 ◦ green 188 ◦ blue 3

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

Shades of Christi #77BC03

Tints of Christi #77BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 38.39%
G = 60.65%
B = 0.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#77BC03 (or 0x77BC03) is known color: Christi. HEX triplet: 77, BC and 03. RGB value is (119,188,3). Sum of RGB (Red+Green+Blue) = 119+188+3=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC03 is #8843FC. Grayscale: #929292. Windows color (decimal): -8930301 or 244855. OLE color: 244855.

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

Color convert

RGB 119 188 3 -
CMYK 0.37 0 0.98 0.26
HSL 82.38º 0.97% 0.37% -
HSV(B) 82.38º 0.98% 0.74% -
XYZ 25.61 39.89 6.44 -
YUV 146.28 47.14 108.54 -
System Red Green Blue C M Y K H S L
Decimal 119 188 3 0.37 0 0.98 0.26 82.38 0.97 0.37
Hex 77 BC 3 25 0 62 1A 52 61 25
Octal 167 274 3 45 0 142 32 122 141 45
Binary 1110111 10111100 11 100101 0 1100010 11010 1010010 1100001 100101

Color Harmonies of #77BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC03

Black with #77BC03

Text Example


Text Example

White with #77BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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