#78B401

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

Shades of Christi #78B401

Tints of Christi #78B401

Color information

#78B401 (or 0x78B401) is unknown color: approx Christi. HEX triplet: 78, B4 and 01. RGB value is (120,180,1). Sum of RGB (Red+Green+Blue) = 120+180+1=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #78B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B401 is #874BFE. Grayscale: #8E8E8E. Windows color (decimal): -8866815 or 111736. OLE color: 111736.

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

Color convert

RGB1201801-
CMYK0.3300.990.29
HSL80.11º98.9%35.49%-
HSV(B)80.11º99.44%70.59%-
XYZ24.0736.645.83-
YUV141.6548.62112.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 180 (70.70% from 255) = 59.80%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=39.87%
G=59.80%
B=0.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12018010.3300.990.2980.1198.935.49
Hex78B41210631D506323
Octal17026414101433512014343
Binary1111000101101001100001011000111110110100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,1); }

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

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

 a { background-color: rgb(120,180,1); }

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

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

 span { border-color: rgb(120,180,1); }

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