Html Css Color HEX #28FA70 Spring Green

📋 copy color: '#28FA70'

red 40 ◦ green 250 ◦ blue 112

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

Shades of Spring Green #28FA70

Tints of Spring Green #28FA70

RGB

 RED value IS 40 (16.02% from 255) = 9.95%

 GREEN value IS 250 (98.05% from 255) = 62.19%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 9.95%
G = 62.19%
B = 27.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#28FA70 (or 0x28FA70) is known color: Spring Green. HEX triplet: 28, FA and 70. RGB value is (40,250,112). Sum of RGB (Red+Green+Blue) = 40+250+112=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FA70 is #D7058F. Grayscale: #ABABAB. Windows color (decimal): -14091664 or 7404072. OLE color: 7404072.

HSL color Cylindrical-coordinate representation of color #28FA70: hue angle of 140.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA70 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 112 -
CMYK 0.84 0 0.55 0.02
HSL 140.57º 0.95% 0.57% -
HSV(B) 140.57º 0.84% 0.98% -
XYZ 37.99 69.99 26.84 -
YUV 171.48 94.43 34.22 -
System Red Green Blue C M Y K H S L
Decimal 40 250 112 0.84 0 0.55 0.02 140.57 0.95 0.57
Hex 28 FA 70 54 0 37 2 8D 5F 39
Octal 50 372 160 124 0 67 2 215 137 71
Binary 101000 11111010 1110000 1010100 0 110111 10 10001101 1011111 111001

Color Harmonies of #28FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FA70

Black with #28FA70

Text Example


Text Example

White with #28FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28FA70; }

 p { color: rgb(40,250,112); }

 H1.HeaderClassName
 {
   color: #28FA70;
 }
 .AnyTagClassName
 {
   color: #28FA70;
 }
</style>

background-color css

<style>
 a { background-color: #28FA70; }

 a { background-color: rgb(40,250,112); }

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

border-color css

<style>
 span { border-color: #28FA70; }

 span { border-color: rgb(40,250,112); }

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