Html Css Color HEX #21FB96 Medium Spring Green

📋 copy color: '#21FB96'

red 33 ◦ green 251 ◦ blue 150

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

Shades of Medium Spring Green #21FB96

Tints of Medium Spring Green #21FB96

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.83%

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 7.6%
G = 57.83%
B = 34.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#21FB96 (or 0x21FB96) is known color: Medium Spring Green. HEX triplet: 21, FB and 96. RGB value is (33,251,150). Sum of RGB (Red+Green+Blue) = 33+251+150=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #21FB96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21FB96 is #DE0469. Grayscale: #AEAEAE. Windows color (decimal): -14550122 or 9894689. OLE color: 9894689.

HSL color Cylindrical-coordinate representation of color #21FB96: hue angle of 152.2º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FB96 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 251 150 -
CMYK 0.87 0 0.40 0.02
HSL 152.2º 0.96% 0.56% -
HSV(B) 152.2º 0.87% 0.98% -
XYZ 40.63 71.52 40.52 -
YUV 174.3 114.28 27.21 -
System Red Green Blue C M Y K H S L
Decimal 33 251 150 0.87 0 0.40 0.02 152.2 0.96 0.56
Hex 21 FB 96 57 0 28 2 98 60 38
Octal 41 373 226 127 0 50 2 230 140 70
Binary 100001 11111011 10010110 1010111 0 101000 10 10011000 1100000 111000

Color Harmonies of #21FB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FB96

Black with #21FB96

Text Example


Text Example

White with #21FB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,251,150); }

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

background-color css

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

 a { background-color: rgb(33,251,150); }

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

border-color css

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

 span { border-color: rgb(33,251,150); }

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