Html Css Color HEX #21FB70 Spring Green

📋 copy color: '#21FB70'

red 33 ◦ green 251 ◦ blue 112

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

Shades of Spring Green #21FB70

Tints of Spring Green #21FB70

RGB

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

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

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

R = 8.33%
G = 63.38%
B = 28.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#21FB70 (or 0x21FB70) is known color: Spring Green. HEX triplet: 21, FB and 70. RGB value is (33,251,112). Sum of RGB (Red+Green+Blue) = 33+251+112=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #21FB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FB70 is #DE048F. Grayscale: #AAAAAA. Windows color (decimal): -14550160 or 7404321. OLE color: 7404321.

HSL color Cylindrical-coordinate representation of color #21FB70: hue angle of 141.74º 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 #21FB70 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 251 112 -
CMYK 0.87 0 0.55 0.02
HSL 141.74º 0.96% 0.56% -
HSV(B) 141.74º 0.87% 0.98% -
XYZ 38.05 70.49 26.93 -
YUV 169.97 95.28 30.3 -
System Red Green Blue C M Y K H S L
Decimal 33 251 112 0.87 0 0.55 0.02 141.74 0.96 0.56
Hex 21 FB 70 57 0 37 2 8E 60 38
Octal 41 373 160 127 0 67 2 216 140 70
Binary 100001 11111011 1110000 1010111 0 110111 10 10001110 1100000 111000

Color Harmonies of #21FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FB70

Black with #21FB70

Text Example


Text Example

White with #21FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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