Html Css Color HEX #21F96B Spring Green

📋 copy color: '#21F96B'

red 33 ◦ green 249 ◦ blue 107

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

Shades of Spring Green #21F96B

Tints of Spring Green #21F96B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.01%

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 8.48%
G = 64.01%
B = 27.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#21F96B (or 0x21F96B) is known color: Spring Green. HEX triplet: 21, F9 and 6B. RGB value is (33,249,107). Sum of RGB (Red+Green+Blue) = 33+249+107=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 249 (97.66% from 255 or 64.01% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 249 - color contains mainly: green. Hex color #21F96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F96B is #DE0694. Grayscale: #A8A8A8. Windows color (decimal): -14550677 or 7076129. OLE color: 7076129.

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

Color convert

RGB 33 249 107 -
CMYK 0.87 0 0.57 0.02
HSL 140.56º 0.95% 0.55% -
HSV(B) 140.56º 0.87% 0.98% -
XYZ 37.16 69.14 25.3 -
YUV 168.23 93.44 31.55 -
System Red Green Blue C M Y K H S L
Decimal 33 249 107 0.87 0 0.57 0.02 140.56 0.95 0.55
Hex 21 F9 6B 57 0 39 2 8D 5F 37
Octal 41 371 153 127 0 71 2 215 137 67
Binary 100001 11111001 1101011 1010111 0 111001 10 10001101 1011111 110111

Color Harmonies of #21F96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F96B

Black with #21F96B

Text Example


Text Example

White with #21F96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,249,107); }

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

background-color css

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

 a { background-color: rgb(33,249,107); }

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

border-color css

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

 span { border-color: rgb(33,249,107); }

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