Html Css Color HEX #21F070 Spring Green

📋 copy color: '#21F070'

red 33 ◦ green 240 ◦ blue 112

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

Shades of Spring Green #21F070

Tints of Spring Green #21F070

RGB

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

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

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

R = 8.57%
G = 62.34%
B = 29.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#21F070 (or 0x21F070) is known color: Spring Green. HEX triplet: 21, F0 and 70. RGB value is (33,240,112). Sum of RGB (Red+Green+Blue) = 33+240+112=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #21F070 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F070 is #DE0F8F. Grayscale: #A3A3A3. Windows color (decimal): -14552976 or 7401505. OLE color: 7401505.

HSL color Cylindrical-coordinate representation of color #21F070: hue angle of 142.9º 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 #21F070 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 240 112 -
CMYK 0.86 0 0.53 0.06
HSL 142.9º 0.87% 0.54% -
HSV(B) 142.9º 0.86% 0.94% -
XYZ 34.71 63.81 25.82 -
YUV 163.52 98.92 34.91 -
System Red Green Blue C M Y K H S L
Decimal 33 240 112 0.86 0 0.53 0.06 142.9 0.87 0.54
Hex 21 F0 70 56 0 35 6 8F 57 36
Octal 41 360 160 126 0 65 6 217 127 66
Binary 100001 11110000 1110000 1010110 0 110101 110 10001111 1010111 110110

Color Harmonies of #21F070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F070

Black with #21F070

Text Example


Text Example

White with #21F070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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