Html Css Color HEX #21F96A Spring Green

📋 copy color: '#21F96A'

red 33 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #21F96A

Tints of Spring Green #21F96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 8.51%
G = 64.18%
B = 27.32%

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

#21F96A (or 0x21F96A) is known color: Spring Green. HEX triplet: 21, F9 and 6A. RGB value is (33,249,106). Sum of RGB (Red+Green+Blue) = 33+249+106=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #21F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F96A is #DE0695. Grayscale: #A8A8A8. Windows color (decimal): -14550678 or 7010593. OLE color: 7010593.

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

Color convert

RGB 33 249 106 -
CMYK 0.87 0 0.57 0.02
HSL 140.28º 0.95% 0.55% -
HSV(B) 140.28º 0.87% 0.98% -
XYZ 37.1 69.12 25.02 -
YUV 168.11 92.94 31.63 -
System Red Green Blue C M Y K H S L
Decimal 33 249 106 0.87 0 0.57 0.02 140.28 0.95 0.55
Hex 21 F9 6A 57 0 39 2 8C 5F 37
Octal 41 371 152 127 0 71 2 214 137 67
Binary 100001 11111001 1101010 1010111 0 111001 10 10001100 1011111 110111

Color Harmonies of #21F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F96A

Black with #21F96A

Text Example


Text Example

White with #21F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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