#78BE07

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

Shades of Christi #78BE07

Tints of Christi #78BE07

Color information

#78BE07 (or 0x78BE07) is unknown color: approx Christi. HEX triplet: 78, BE and 07. RGB value is (120,190,7). Sum of RGB (Red+Green+Blue) = 120+190+7=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BE07 is #8741F8. Grayscale: #949494. Windows color (decimal): -8864249 or 507512. OLE color: 507512.

HSL color Cylindrical-coordinate representation of color #78BE07: hue angle of 82.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78BE07 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1201907-
CMYK0.3700.960.25
HSL82.95º92.89%38.63%-
HSV(B)82.95º96.32%74.51%-
XYZ26.240.846.7-
YUV148.2148.31107.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 190 (74.61% from 255) = 59.94%
BLUE value IS 7 (3.12% from 255) = 2.21%
R=37.85%
G=59.94%
B=2.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12019070.3700.960.2582.9592.8938.63
Hex78BE72506019535d27
Octal17027674501403112313547
Binary111100010111110111100101011000001100110100111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,190,7); }

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

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

 a { background-color: rgb(120,190,7); }

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

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

 span { border-color: rgb(120,190,7); }

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