Html Css Color HEX #78F282 Pastel Green

📋 copy color: '#78F282'

red 120 ◦ green 242 ◦ blue 130

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

Shades of Pastel Green #78F282

Tints of Pastel Green #78F282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 24.39%
G = 49.19%
B = 26.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#78F282 (or 0x78F282) is known color: Pastel Green. HEX triplet: 78, F2 and 82. RGB value is (120,242,130). Sum of RGB (Red+Green+Blue) = 120+242+130=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #78F282 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F282 is #870D7D. Grayscale: #C1C1C1. Windows color (decimal): -8850814 or 8581752. OLE color: 8581752.

HSL color Cylindrical-coordinate representation of color #78F282: hue angle of 124.92º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F282 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 130 -
CMYK 0.50 0 0.46 0.05
HSL 124.92º 0.82% 0.71% -
HSV(B) 124.92º 0.5% 0.95% -
XYZ 43.53 69.11 32.16 -
YUV 192.75 92.58 76.11 -
System Red Green Blue C M Y K H S L
Decimal 120 242 130 0.50 0 0.46 0.05 124.92 0.82 0.71
Hex 78 F2 82 32 0 2E 5 7D 52 47
Octal 170 362 202 62 0 56 5 175 122 107
Binary 1111000 11110010 10000010 110010 0 101110 101 1111101 1010010 1000111

Color Harmonies of #78F282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F282

Black with #78F282

Text Example


Text Example

White with #78F282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,242,130); }

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

background-color css

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

 a { background-color: rgb(120,242,130); }

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

border-color css

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

 span { border-color: rgb(120,242,130); }

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