Html Css Color HEX #78B402 Christi

📋 copy color: '#78B402'

red 120 ◦ green 180 ◦ blue 2

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

Shades of Christi #78B402

Tints of Christi #78B402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.6%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 39.74%
G = 59.6%
B = 0.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#78B402 (or 0x78B402) is known color: Christi. HEX triplet: 78, B4 and 02. RGB value is (120,180,2). Sum of RGB (Red+Green+Blue) = 120+180+2=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #78B402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B402 is #874BFD. Grayscale: #8E8E8E. Windows color (decimal): -8866814 or 177272. OLE color: 177272.

HSL color Cylindrical-coordinate representation of color #78B402: hue angle of 80.22º degrees, saturation: 0.98, 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 #78B402 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 180 2 -
CMYK 0.33 0 0.99 0.29
HSL 80.22º 0.98% 0.36% -
HSV(B) 80.22º 0.99% 0.71% -
XYZ 24.08 36.64 5.86 -
YUV 141.77 49.12 112.47 -
System Red Green Blue C M Y K H S L
Decimal 120 180 2 0.33 0 0.99 0.29 80.22 0.98 0.36
Hex 78 B4 2 21 0 63 1D 50 62 24
Octal 170 264 2 41 0 143 35 120 142 44
Binary 1111000 10110100 10 100001 0 1100011 11101 1010000 1100010 100100

Color Harmonies of #78B402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B402

Black with #78B402

Text Example


Text Example

White with #78B402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,2); }

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

background-color css

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

 a { background-color: rgb(120,180,2); }

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

border-color css

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

 span { border-color: rgb(120,180,2); }

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