#77BF03

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

Shades of Christi #77BF03

Tints of Christi #77BF03

Color information

#77BF03 (or 0x77BF03) is unknown color: approx Christi. HEX triplet: 77, BF and 03. RGB value is (119,191,3). Sum of RGB (Red+Green+Blue) = 119+191+3=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BF03 is #8840FC. Grayscale: #949494. Windows color (decimal): -8929533 or 245623. OLE color: 245623.

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

Color convert

RGB1191913-
CMYK0.3800.980.25
HSL82.98º96.91%38.04%-
HSV(B)82.98º98.43%74.9%-
XYZ26.2541.196.65-
YUV148.0446.15107.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 191 (75% from 255) = 61.02%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=38.02%
G=61.02%
B=0.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11919130.3800.980.2582.9896.9138.04
Hex77BF32606219536126
Octal16727734601423112314146
Binary11101111011111111100110011000101100110100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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