Html Css Color HEX #02CB55 Malachite

📋 copy color: '#02CB55'

red 2 ◦ green 203 ◦ blue 85

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

Shades of Malachite #02CB55

Tints of Malachite #02CB55

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 0.69%
G = 70%
B = 29.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#02CB55 (or 0x02CB55) is known color: Malachite. HEX triplet: 02, CB and 55. RGB value is (2,203,85). Sum of RGB (Red+Green+Blue) = 2+203+85=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB55 is #FD34AA. Grayscale: #818181. Windows color (decimal): -16594091 or 5622530. OLE color: 5622530.

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

Color convert

RGB 2 203 85 -
CMYK 0.99 0 0.58 0.20
HSL 144.78º 0.98% 0.4% -
HSV(B) 144.78º 0.99% 0.8% -
XYZ 23.02 43.38 15.75 -
YUV 129.45 102.91 37.09 -
System Red Green Blue C M Y K H S L
Decimal 2 203 85 0.99 0 0.58 0.20 144.78 0.98 0.4
Hex 2 CB 55 63 0 3A 14 91 62 28
Octal 2 313 125 143 0 72 24 221 142 50
Binary 10 11001011 1010101 1100011 0 111010 10100 10010001 1100010 101000

Color Harmonies of #02CB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB55

Black with #02CB55

Text Example


Text Example

White with #02CB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,85); }

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

background-color css

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

 a { background-color: rgb(2,203,85); }

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

border-color css

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

 span { border-color: rgb(2,203,85); }

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