#78C002

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

Shades of Christi #78C002

Tints of Christi #78C002

Color information

#78C002 (or 0x78C002) is unknown color: approx Christi. HEX triplet: 78, C0 and 02. RGB value is (120,192,2). Sum of RGB (Red+Green+Blue) = 120+192+2=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #78C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C002 is #873FFD. Grayscale: #959595. Windows color (decimal): -8863742 or 180344. OLE color: 180344.

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

Color convert

RGB1201922-
CMYK0.3800.990.25
HSL82.74º97.94%38.04%-
HSV(B)82.74º98.96%75.29%-
XYZ26.6141.76.7-
YUV148.8145.15107.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=38.22%
G=61.15%
B=0.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12019220.3800.990.2582.7497.9438.04
Hex78C022606319536226
Octal17030024601433112314246
Binary11110001100000010100110011000111100110100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,2); }

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

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

 a { background-color: rgb(120,192,2); }

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

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

 span { border-color: rgb(120,192,2); }

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