Html Css Color HEX #77B400 Christi

📋 copy color: '#77B400'

red 119 ◦ green 180 ◦ blue 0

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

Shades of Christi #77B400

Tints of Christi #77B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.2%

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

R = 39.8%
G = 60.2%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#77B400 (or 0x77B400) is known color: Christi. HEX triplet: 77, B4 and 00. RGB value is (119,180,0). Sum of RGB (Red+Green+Blue) = 119+180+0=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #77B400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B400 is #884BFF. Grayscale: #8D8D8D. Windows color (decimal): -8932352 or 46199. OLE color: 46199.

HSL color Cylindrical-coordinate representation of color #77B400: hue angle of 80.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77B400 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 0 -
CMYK 0.34 0 1 0.29
HSL 80.33º 1% 0.35% -
HSV(B) 80.33º 1% 0.71% -
XYZ 23.93 36.56 5.8 -
YUV 141.24 48.29 112.14 -
System Red Green Blue C M Y K H S L
Decimal 119 180 0 0.34 0 1 0.29 80.33 1 0.35
Hex 77 B4 0 22 0 64 1D 50 64 23
Octal 167 264 0 42 0 144 35 120 144 43
Binary 1110111 10110100 0 100010 0 1100100 11101 1010000 1100100 100011

Color Harmonies of #77B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B400

Black with #77B400

Text Example


Text Example

White with #77B400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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