Html Css Color HEX #77BC02 Christi

📋 copy color: '#77BC02'

red 119 ◦ green 188 ◦ blue 2

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

Shades of Christi #77BC02

Tints of Christi #77BC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 38.51%
G = 60.84%
B = 0.65%

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

#77BC02 (or 0x77BC02) is known color: Christi. HEX triplet: 77, BC and 02. RGB value is (119,188,2). Sum of RGB (Red+Green+Blue) = 119+188+2=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC02 is #8843FD. Grayscale: #929292. Windows color (decimal): -8930302 or 179319. OLE color: 179319.

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

Color convert

RGB 119 188 2 -
CMYK 0.37 0 0.99 0.26
HSL 82.26º 0.98% 0.37% -
HSV(B) 82.26º 0.99% 0.74% -
XYZ 25.6 39.89 6.41 -
YUV 146.17 46.64 108.62 -
System Red Green Blue C M Y K H S L
Decimal 119 188 2 0.37 0 0.99 0.26 82.26 0.98 0.37
Hex 77 BC 2 25 0 63 1A 52 62 25
Octal 167 274 2 45 0 143 32 122 142 45
Binary 1110111 10111100 10 100101 0 1100011 11010 1010010 1100010 100101

Color Harmonies of #77BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC02

Black with #77BC02

Text Example


Text Example

White with #77BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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