Html Css Color HEX #78B201 Christi

📋 copy color: '#78B201'

red 120 ◦ green 178 ◦ blue 1

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

Shades of Christi #78B201

Tints of Christi #78B201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.53%

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

R = 40.13%
G = 59.53%
B = 0.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#78B201 (or 0x78B201) is known color: Christi. HEX triplet: 78, B2 and 01. RGB value is (120,178,1). Sum of RGB (Red+Green+Blue) = 120+178+1=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #78B201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B201 is #874DFE. Grayscale: #8D8D8D. Windows color (decimal): -8867327 or 111224. OLE color: 111224.

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

Color convert

RGB 120 178 1 -
CMYK 0.33 0 0.99 0.30
HSL 79.66º 0.99% 0.35% -
HSV(B) 79.66º 0.99% 0.7% -
XYZ 23.67 35.84 5.7 -
YUV 140.48 49.28 113.39 -
System Red Green Blue C M Y K H S L
Decimal 120 178 1 0.33 0 0.99 0.30 79.66 0.99 0.35
Hex 78 B2 1 21 0 63 1E 50 63 23
Octal 170 262 1 41 0 143 36 120 143 43
Binary 1111000 10110010 1 100001 0 1100011 11110 1010000 1100011 100011

Color Harmonies of #78B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B201

Black with #78B201

Text Example


Text Example

White with #78B201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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