#77c100

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

Shades of Christi #77C100

Tints of Christi #77C100

Color information

#77C100 (or 0x77C100) is unknown color: approx Christi. HEX triplet: 77, C1 and 00. RGB value is (119,193,0). Sum of RGB (Red+Green+Blue) = 119+193+0=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #77C100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C100 is #883EFF. Grayscale: #959595. Windows color (decimal): -8929024 or 49527. OLE color: 49527.

HSL color Cylindrical-coordinate representation of color #77C100: hue angle of 83.01º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77C100 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1191930-
CMYK0.38010.24
HSL83.01º100%37.84%-
HSV(B)83.01º100%75.69%-
XYZ26.6842.066.71-
YUV148.8743.98106.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 193 (75.78% from 255) = 61.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.14%
G=61.86%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11919300.38010.2483.0110037.84
Hex77C102606418536426
Octal16730104601443012314446
Binary1110111110000010100110011001001100010100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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