#21FA68

Color #21FA68 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #21FA68

Tints of Spring Green #21FA68

Color information

#21FA68 (or 0x21FA68) is unknown color: approx Spring Green. HEX triplet: 21, FA and 68. RGB value is (33,250,104). Sum of RGB (Red+Green+Blue) = 33+250+104=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA68 is #DE0597. Grayscale: #A8A8A8. Windows color (decimal): -14550424 or 6879777. OLE color: 6879777.

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

Color convert

RGB33250104-
CMYK0.8700.580.02
HSL139.63º95.59%55.49%-
HSV(B)139.63º86.8%98.04%-
XYZ37.3169.6924.58-
YUV168.4791.6131.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.53%
GREEN value IS 250 (98.05% from 255) = 64.60%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=8.53%
G=64.60%
B=26.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal332501040.8700.580.02139.6395.5955.49
Hex21FA685703A28c6037
Octal41372150127072221414067
Binary1000011111101011010001010111011101010100011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21FA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,250,104); }

 H1.HeaderClassName
 {
   color: #21FA68;
 }
 .AnyTagClassName
 {
   color: #21FA68;
 }
</style>
background-color css

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

 a { background-color: rgb(33,250,104); }

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

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

 span { border-color: rgb(33,250,104); }

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