Html Css Color HEX #21F07F Spring Green

📋 copy color: '#21F07F'

red 33 ◦ green 240 ◦ blue 127

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

Shades of Spring Green #21F07F

Tints of Spring Green #21F07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 8.25%
G = 60%
B = 31.75%

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

#21F07F (or 0x21F07F) is known color: Spring Green. HEX triplet: 21, F0 and 7F. RGB value is (33,240,127). Sum of RGB (Red+Green+Blue) = 33+240+127=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #21F07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F07F is #DE0F80. Grayscale: #A5A5A5. Windows color (decimal): -14552961 or 8384545. OLE color: 8384545.

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

Color convert

RGB 33 240 127 -
CMYK 0.86 0 0.47 0.06
HSL 147.25º 0.87% 0.54% -
HSV(B) 147.25º 0.86% 0.94% -
XYZ 35.62 64.18 30.59 -
YUV 165.23 106.42 33.69 -
System Red Green Blue C M Y K H S L
Decimal 33 240 127 0.86 0 0.47 0.06 147.25 0.87 0.54
Hex 21 F0 7F 56 0 2F 6 93 57 36
Octal 41 360 177 126 0 57 6 223 127 66
Binary 100001 11110000 1111111 1010110 0 101111 110 10010011 1010111 110110

Color Harmonies of #21F07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F07F

Black with #21F07F

Text Example


Text Example

White with #21F07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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