#78d532

Color #78D532 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #78D532

Tints of Yellow Green #78D532

Color information

#78D532 (or 0x78D532) is unknown color: approx Yellow Green. HEX triplet: 78, D5 and 32. RGB value is (120,213,50). Sum of RGB (Red+Green+Blue) = 120+213+50=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #78D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D532 is #872ACD. Grayscale: #A7A7A7. Windows color (decimal): -8858318 or 3331448. OLE color: 3331448.

HSL color Cylindrical-coordinate representation of color #78D532: hue angle of 94.23º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78D532 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB12021350-
CMYK0.4400.770.16
HSL94.23º65.99%51.57%-
HSV(B)94.23º76.53%83.53%-
XYZ32.1251.8111.33-
YUV166.6162.1994.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 213 (83.59% from 255) = 55.61%
BLUE value IS 50 (19.92% from 255) = 13.05%
R=31.33%
G=55.61%
B=13.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal120213500.4400.770.1694.2365.9951.57
Hex78D5322C04D105e4234
Octal170325625401152013610264
Binary111100011010101110010101100010011011000010111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78d532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,213,50); }

 H1.HeaderClassName
 {
   color: #78d532;
 }
 .AnyTagClassName
 {
   color: #78d532;
 }
</style>
background-color css

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

 a { background-color: rgb(120,213,50); }

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

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

 span { border-color: rgb(120,213,50); }

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