Html Css Color HEX #21CF6C Malachite

📋 copy color: '#21CF6C'

red 33 ◦ green 207 ◦ blue 108

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

Shades of Malachite #21CF6C

Tints of Malachite #21CF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.48%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 9.48%
G = 59.48%
B = 31.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#21CF6C (or 0x21CF6C) is known color: Malachite. HEX triplet: 21, CF and 6C. RGB value is (33,207,108). Sum of RGB (Red+Green+Blue) = 33+207+108=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF6C is #DE3093. Grayscale: #8F8F8F. Windows color (decimal): -14561428 or 7130913. OLE color: 7130913.

HSL color Cylindrical-coordinate representation of color #21CF6C: hue angle of 145.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF6C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 108 -
CMYK 0.84 0 0.48 0.19
HSL 145.86º 0.73% 0.47% -
HSV(B) 145.86º 0.84% 0.81% -
XYZ 25.65 46.03 21.72 -
YUV 143.69 107.85 49.05 -
System Red Green Blue C M Y K H S L
Decimal 33 207 108 0.84 0 0.48 0.19 145.86 0.73 0.47
Hex 21 CF 6C 54 0 30 13 92 48 2F
Octal 41 317 154 124 0 60 23 222 110 57
Binary 100001 11001111 1101100 1010100 0 110000 10011 10010010 1001000 101111

Color Harmonies of #21CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF6C

Black with #21CF6C

Text Example


Text Example

White with #21CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,207,108); }

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

background-color css

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

 a { background-color: rgb(33,207,108); }

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

border-color css

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

 span { border-color: rgb(33,207,108); }

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