Html Css Color HEX #78B501 Christi

📋 copy color: '#78B501'

red 120 ◦ green 181 ◦ blue 1

#78B501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #78B501

Tints of Christi #78B501

RGB

 RED value IS 120 (47.27% from 255) = 39.74%

 GREEN value IS 181 (71.09% from 255) = 59.93%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 39.74%
G = 59.93%
B = 0.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#78B501 (or 0x78B501) is known color: Christi. HEX triplet: 78, B5 and 01. RGB value is (120,181,1). Sum of RGB (Red+Green+Blue) = 120+181+1=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #78B501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B501 is #874AFE. Grayscale: #8E8E8E. Windows color (decimal): -8866559 or 111992. OLE color: 111992.

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

Color convert

RGB 120 181 1 -
CMYK 0.34 0 0.99 0.29
HSL 80.33º 0.99% 0.36% -
HSV(B) 80.33º 0.99% 0.71% -
XYZ 24.28 37.04 5.9 -
YUV 142.24 48.29 112.14 -
System Red Green Blue C M Y K H S L
Decimal 120 181 1 0.34 0 0.99 0.29 80.33 0.99 0.36
Hex 78 B5 1 22 0 63 1D 50 63 24
Octal 170 265 1 42 0 143 35 120 143 44
Binary 1111000 10110101 1 100010 0 1100011 11101 1010000 1100011 100100

Color Harmonies of #78B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B501

Black with #78B501

Text Example


Text Example

White with #78B501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78B501;
 }
 .AnyTagClassName
 {
   color: #78B501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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