Html Css Color HEX #21F360 Malachite

📋 copy color: '#21F360'

red 33 ◦ green 243 ◦ blue 96

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

Shades of Malachite #21F360

Tints of Malachite #21F360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.32%

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 8.87%
G = 65.32%
B = 25.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#21F360 (or 0x21F360) is known color: Malachite. HEX triplet: 21, F3 and 60. RGB value is (33,243,96). Sum of RGB (Red+Green+Blue) = 33+243+96=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #21F360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F360 is #DE0C9F. Grayscale: #A3A3A3. Windows color (decimal): -14552224 or 6353697. OLE color: 6353697.

HSL color Cylindrical-coordinate representation of color #21F360: hue angle of 138º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F360 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 243 96 -
CMYK 0.86 0 0.60 0.05
HSL 138º 0.9% 0.54% -
HSV(B) 138º 0.86% 0.95% -
XYZ 34.79 65.27 21.83 -
YUV 163.45 89.93 34.95 -
System Red Green Blue C M Y K H S L
Decimal 33 243 96 0.86 0 0.60 0.05 138 0.9 0.54
Hex 21 F3 60 56 0 3C 5 8A 5A 36
Octal 41 363 140 126 0 74 5 212 132 66
Binary 100001 11110011 1100000 1010110 0 111100 101 10001010 1011010 110110

Color Harmonies of #21F360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F360

Black with #21F360

Text Example


Text Example

White with #21F360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,243,96); }

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

background-color css

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

 a { background-color: rgb(33,243,96); }

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

border-color css

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

 span { border-color: rgb(33,243,96); }

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