Html Css Color HEX #28FC85 Spring Green

📋 copy color: '#28FC85'

red 40 ◦ green 252 ◦ blue 133

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

Shades of Spring Green #28FC85

Tints of Spring Green #28FC85

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.29%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 9.41%
G = 59.29%
B = 31.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#28FC85 (or 0x28FC85) is known color: Spring Green. HEX triplet: 28, FC and 85. RGB value is (40,252,133). Sum of RGB (Red+Green+Blue) = 40+252+133=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28FC85 is #D7037A. Grayscale: #AFAFAF. Windows color (decimal): -14091131 or 8780840. OLE color: 8780840.

HSL color Cylindrical-coordinate representation of color #28FC85: hue angle of 146.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FC85 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 133 -
CMYK 0.84 0 0.47 0.01
HSL 146.32º 0.97% 0.57% -
HSV(B) 146.32º 0.84% 0.99% -
XYZ 39.92 71.77 33.94 -
YUV 175.05 104.26 31.68 -
System Red Green Blue C M Y K H S L
Decimal 40 252 133 0.84 0 0.47 0.01 146.32 0.97 0.57
Hex 28 FC 85 54 0 2F 1 92 61 39
Octal 50 374 205 124 0 57 1 222 141 71
Binary 101000 11111100 10000101 1010100 0 101111 1 10010010 1100001 111001

Color Harmonies of #28FC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FC85

Black with #28FC85

Text Example


Text Example

White with #28FC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,252,133); }

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

background-color css

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

 a { background-color: rgb(40,252,133); }

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

border-color css

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

 span { border-color: rgb(40,252,133); }

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