Html Css Color HEX #21F942 Malachite

📋 copy color: '#21F942'

red 33 ◦ green 249 ◦ blue 66

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

Shades of Malachite #21F942

Tints of Malachite #21F942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 9.48%
G = 71.55%
B = 18.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#21F942 (or 0x21F942) is known color: Malachite. HEX triplet: 21, F9 and 42. RGB value is (33,249,66). Sum of RGB (Red+Green+Blue) = 33+249+66=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #21F942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F942 is #DE06BD. Grayscale: #A4A4A4. Windows color (decimal): -14550718 or 4389153. OLE color: 4389153.

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

Color convert

RGB 33 249 66 -
CMYK 0.87 0 0.73 0.02
HSL 129.17º 0.95% 0.55% -
HSV(B) 129.17º 0.87% 0.98% -
XYZ 35.49 68.47 16.5 -
YUV 163.55 72.94 34.88 -
System Red Green Blue C M Y K H S L
Decimal 33 249 66 0.87 0 0.73 0.02 129.17 0.95 0.55
Hex 21 F9 42 57 0 49 2 81 5F 37
Octal 41 371 102 127 0 111 2 201 137 67
Binary 100001 11111001 1000010 1010111 0 1001001 10 10000001 1011111 110111

Color Harmonies of #21F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F942

Black with #21F942

Text Example


Text Example

White with #21F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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