Html Css Color HEX #02CF71 Malachite

📋 copy color: '#02CF71'

red 2 ◦ green 207 ◦ blue 113

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

Shades of Malachite #02CF71

Tints of Malachite #02CF71

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

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

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 0.62%
G = 64.29%
B = 35.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#02CF71 (or 0x02CF71) is known color: Malachite. HEX triplet: 02, CF and 71. RGB value is (2,207,113). Sum of RGB (Red+Green+Blue) = 2+207+113=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF71 is #FD308E. Grayscale: #878787. Windows color (decimal): -16593039 or 7458562. OLE color: 7458562.

HSL color Cylindrical-coordinate representation of color #02CF71: hue angle of 152.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF71 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 207 113 -
CMYK 0.99 0 0.45 0.19
HSL 152.49º 0.98% 0.41% -
HSV(B) 152.49º 0.99% 0.81% -
XYZ 25.32 45.83 23.13 -
YUV 134.99 115.58 33.14 -
System Red Green Blue C M Y K H S L
Decimal 2 207 113 0.99 0 0.45 0.19 152.49 0.98 0.41
Hex 2 CF 71 63 0 2D 13 98 62 29
Octal 2 317 161 143 0 55 23 230 142 51
Binary 10 11001111 1110001 1100011 0 101101 10011 10011000 1100010 101001

Color Harmonies of #02CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF71

Black with #02CF71

Text Example


Text Example

White with #02CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CF71; }

 p { color: rgb(2,207,113); }

 H1.HeaderClassName
 {
   color: #02CF71;
 }
 .AnyTagClassName
 {
   color: #02CF71;
 }
</style>

background-color css

<style>
 a { background-color: #02CF71; }

 a { background-color: rgb(2,207,113); }

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

border-color css

<style>
 span { border-color: #02CF71; }

 span { border-color: rgb(2,207,113); }

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