Html Css Color HEX #21F950 Malachite

📋 copy color: '#21F950'

red 33 ◦ green 249 ◦ blue 80

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

Shades of Malachite #21F950

Tints of Malachite #21F950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 9.12%
G = 68.78%
B = 22.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#21F950 (or 0x21F950) is known color: Malachite. HEX triplet: 21, F9 and 50. RGB value is (33,249,80). Sum of RGB (Red+Green+Blue) = 33+249+80=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #21F950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F950 is #DE06AF. Grayscale: #A5A5A5. Windows color (decimal): -14550704 or 5306657. OLE color: 5306657.

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

Color convert

RGB 33 249 80 -
CMYK 0.87 0 0.68 0.02
HSL 133.06º 0.95% 0.55% -
HSV(B) 133.06º 0.87% 0.98% -
XYZ 35.95 68.65 18.95 -
YUV 165.15 79.94 33.74 -
System Red Green Blue C M Y K H S L
Decimal 33 249 80 0.87 0 0.68 0.02 133.06 0.95 0.55
Hex 21 F9 50 57 0 44 2 85 5F 37
Octal 41 371 120 127 0 104 2 205 137 67
Binary 100001 11111001 1010000 1010111 0 1000100 10 10000101 1011111 110111

Color Harmonies of #21F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F950

Black with #21F950

Text Example


Text Example

White with #21F950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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