Html Css Color HEX #21F080 Spring Green

📋 copy color: '#21F080'

red 33 ◦ green 240 ◦ blue 128

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

Shades of Spring Green #21F080

Tints of Spring Green #21F080

RGB

 RED value IS 33 (13.28% from 255) = 8.23%

 GREEN value IS 240 (94.14% from 255) = 59.85%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 8.23%
G = 59.85%
B = 31.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#21F080 (or 0x21F080) is known color: Spring Green. HEX triplet: 21, F0 and 80. RGB value is (33,240,128). Sum of RGB (Red+Green+Blue) = 33+240+128=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #21F080 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F080 is #DE0F7F. Grayscale: #A5A5A5. Windows color (decimal): -14552960 or 8450081. OLE color: 8450081.

HSL color Cylindrical-coordinate representation of color #21F080: hue angle of 147.54º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F080 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 240 128 -
CMYK 0.86 0 0.47 0.06
HSL 147.54º 0.87% 0.54% -
HSV(B) 147.54º 0.86% 0.94% -
XYZ 35.68 64.2 30.93 -
YUV 165.34 106.92 33.61 -
System Red Green Blue C M Y K H S L
Decimal 33 240 128 0.86 0 0.47 0.06 147.54 0.87 0.54
Hex 21 F0 80 56 0 2F 6 94 57 36
Octal 41 360 200 126 0 57 6 224 127 66
Binary 100001 11110000 10000000 1010110 0 101111 110 10010100 1010111 110110

Color Harmonies of #21F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F080

Black with #21F080

Text Example


Text Example

White with #21F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21F080; }

 p { color: rgb(33,240,128); }

 H1.HeaderClassName
 {
   color: #21F080;
 }
 .AnyTagClassName
 {
   color: #21F080;
 }
</style>

background-color css

<style>
 a { background-color: #21F080; }

 a { background-color: rgb(33,240,128); }

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

border-color css

<style>
 span { border-color: #21F080; }

 span { border-color: rgb(33,240,128); }

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