Html Css Color HEX #78A800 Christi

📋 copy color: '#78A800'

red 120 ◦ green 168 ◦ blue 0

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

Shades of Christi #78A800

Tints of Christi #78A800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.67%
G = 58.33%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#78A800 (or 0x78A800) is known color: Christi. HEX triplet: 78, A8 and 00. RGB value is (120,168,0). Sum of RGB (Red+Green+Blue) = 120+168+0=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #78A800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A800 is #8757FF. Grayscale: #878787. Windows color (decimal): -8869888 or 43128. OLE color: 43128.

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

Color convert

RGB 120 168 0 -
CMYK 0.29 0 1 0.34
HSL 77.14º 1% 0.33% -
HSV(B) 77.14º 1% 0.66% -
XYZ 21.75 32 5.03 -
YUV 134.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 120 168 0 0.29 0 1 0.34 77.14 1 0.33
Hex 78 A8 0 1D 0 64 22 4D 64 21
Octal 170 250 0 35 0 144 42 115 144 41
Binary 1111000 10101000 0 11101 0 1100100 100010 1001101 1100100 100001

Color Harmonies of #78A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A800

Black with #78A800

Text Example


Text Example

White with #78A800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,168,0); }

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

background-color css

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

 a { background-color: rgb(120,168,0); }

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

border-color css

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

 span { border-color: rgb(120,168,0); }

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