Html Css Color HEX #78C401 Christi

📋 copy color: '#78C401'

red 120 ◦ green 196 ◦ blue 1

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

Shades of Christi #78C401

Tints of Christi #78C401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.83%

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

R = 37.85%
G = 61.83%
B = 0.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#78C401 (or 0x78C401) is known color: Christi. HEX triplet: 78, C4 and 01. RGB value is (120,196,1). Sum of RGB (Red+Green+Blue) = 120+196+1=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #78C401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C401 is #873BFE. Grayscale: #979797. Windows color (decimal): -8862719 or 115832. OLE color: 115832.

HSL color Cylindrical-coordinate representation of color #78C401: hue angle of 83.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78C401 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 120 196 1 -
CMYK 0.39 0 0.99 0.23
HSL 83.38º 0.99% 0.39% -
HSV(B) 83.38º 0.99% 0.77% -
XYZ 27.49 43.48 6.97 -
YUV 151.05 43.32 105.86 -
System Red Green Blue C M Y K H S L
Decimal 120 196 1 0.39 0 0.99 0.23 83.38 0.99 0.39
Hex 78 C4 1 27 0 63 17 53 63 27
Octal 170 304 1 47 0 143 27 123 143 47
Binary 1111000 11000100 1 100111 0 1100011 10111 1010011 1100011 100111

Color Harmonies of #78C401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C401

Black with #78C401

Text Example


Text Example

White with #78C401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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