Html Css Color HEX #28FD15 Free Speech Green

📋 copy color: '#28FD15'

red 40 ◦ green 253 ◦ blue 21

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

Shades of Free Speech Green #28FD15

Tints of Free Speech Green #28FD15

RGB

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

 GREEN value IS 253 (99.22% from 255) = 80.57%

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 12.74%
G = 80.57%
B = 6.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#28FD15 (or 0x28FD15) is known color: Free Speech Green. HEX triplet: 28, FD and 15. RGB value is (40,253,21). Sum of RGB (Red+Green+Blue) = 40+253+21=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 253 (99.22% from 255 or 80.57% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FD15 is #D702EA. Grayscale: #A3A3A3. Windows color (decimal): -14090987 or 1441064. OLE color: 1441064.

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

Color convert

RGB 40 253 21 -
CMYK 0.84 0 0.92 0.01
HSL 115.09º 0.98% 0.54% -
HSV(B) 115.09º 0.92% 0.99% -
XYZ 36.14 70.76 12.46 -
YUV 162.87 47.93 40.36 -
System Red Green Blue C M Y K H S L
Decimal 40 253 21 0.84 0 0.92 0.01 115.09 0.98 0.54
Hex 28 FD 15 54 0 5C 1 73 62 36
Octal 50 375 25 124 0 134 1 163 142 66
Binary 101000 11111101 10101 1010100 0 1011100 1 1110011 1100010 110110

Color Harmonies of #28FD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FD15

Black with #28FD15

Text Example


Text Example

White with #28FD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,253,21); }

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

background-color css

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

 a { background-color: rgb(40,253,21); }

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

border-color css

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

 span { border-color: rgb(40,253,21); }

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