Html Css Color HEX #02C84F Malachite

📋 copy color: '#02C84F'

red 2 ◦ green 200 ◦ blue 79

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

Shades of Malachite #02C84F

Tints of Malachite #02C84F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.17%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 0.71%
G = 71.17%
B = 28.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#02C84F (or 0x02C84F) is known color: Malachite. HEX triplet: 02, C8 and 4F. RGB value is (2,200,79). Sum of RGB (Red+Green+Blue) = 2+200+79=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 200 (78.52% from 255 or 71.17% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 200 - color contains mainly: green. Hex color #02C84F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C84F is #FD37B0. Grayscale: #7F7F7F. Windows color (decimal): -16594865 or 5228546. OLE color: 5228546.

HSL color Cylindrical-coordinate representation of color #02C84F: hue angle of 143.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C84F is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 200 79 -
CMYK 0.99 0 0.60 0.22
HSL 143.33º 0.98% 0.4% -
HSV(B) 143.33º 0.99% 0.78% -
XYZ 22.09 41.89 14.32 -
YUV 127 100.9 38.84 -
System Red Green Blue C M Y K H S L
Decimal 2 200 79 0.99 0 0.60 0.22 143.33 0.98 0.4
Hex 2 C8 4F 63 0 3C 16 8F 62 28
Octal 2 310 117 143 0 74 26 217 142 50
Binary 10 11001000 1001111 1100011 0 111100 10110 10001111 1100010 101000

Color Harmonies of #02C84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C84F

Black with #02C84F

Text Example


Text Example

White with #02C84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,200,79); }

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

background-color css

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

 a { background-color: rgb(2,200,79); }

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

border-color css

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

 span { border-color: rgb(2,200,79); }

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