#78B800

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

Shades of Christi #78B800

Tints of Christi #78B800

Color information

#78B800 (or 0x78B800) is unknown color: approx Christi. HEX triplet: 78, B8 and 00. RGB value is (120,184,0). Sum of RGB (Red+Green+Blue) = 120+184+0=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #78B800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B800 is #8747FF. Grayscale: #909090. Windows color (decimal): -8865792 or 47224. OLE color: 47224.

HSL color Cylindrical-coordinate representation of color #78B800: hue angle of 80.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78B800 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1201840-
CMYK0.35010.28
HSL80.87º100%36.08%-
HSV(B)80.87º100%72.16%-
XYZ24.8938.276.08-
YUV143.8946.8110.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 184 (72.27% from 255) = 60.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.47%
G=60.53%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12018400.35010.2880.8710036.08
Hex78B80230641C516424
Octal17027004301443412114444
Binary1111000101110000100011011001001110010100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B800; }

 p { color: rgb(120,184,0); }

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

<style>
 a { background-color: #78B800; }

 a { background-color: rgb(120,184,0); }

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

<style>
 span { border-color: #78B800; }

 span { border-color: rgb(120,184,0); }

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