#77BD00

Color #77BD00 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #77BD00

Tints of Christi #77BD00

Color information

#77BD00 (or 0x77BD00) is unknown color: approx Christi. HEX triplet: 77, BD and 00. RGB value is (119,189,0). Sum of RGB (Red+Green+Blue) = 119+189+0=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BD00 is #8842FF. Grayscale: #939393. Windows color (decimal): -8930048 or 48503. OLE color: 48503.

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

Color convert

RGB1191890-
CMYK0.37010.26
HSL82.22º100%37.06%-
HSV(B)82.22º100%74.12%-
XYZ25.8140.326.42-
YUV146.5245.31108.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.64%
G=61.36%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11918900.37010.2682.2210037.06
Hex77BD0250641A526425
Octal16727504501443212214445
Binary1110111101111010100101011001001101010100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77BD00;
 }
 .AnyTagClassName
 {
   color: #77BD00;
 }
</style>
background-color css

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

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

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

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

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

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