Html Css Color HEX #02C255 Malachite

📋 copy color: '#02C255'

red 2 ◦ green 194 ◦ blue 85

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

Shades of Malachite #02C255

Tints of Malachite #02C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.04%

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

R = 0.71%
G = 69.04%
B = 30.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#02C255 (or 0x02C255) is known color: Malachite. HEX triplet: 02, C2 and 55. RGB value is (2,194,85). Sum of RGB (Red+Green+Blue) = 2+194+85=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #02C255 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C255 is #FD3DAA. Grayscale: #7C7C7C. Windows color (decimal): -16596395 or 5620226. OLE color: 5620226.

HSL color Cylindrical-coordinate representation of color #02C255: hue angle of 145.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C255 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 85 -
CMYK 0.99 0 0.56 0.24
HSL 145.94º 0.98% 0.38% -
HSV(B) 145.94º 0.99% 0.76% -
XYZ 20.96 39.25 15.07 -
YUV 124.17 105.89 40.86 -
System Red Green Blue C M Y K H S L
Decimal 2 194 85 0.99 0 0.56 0.24 145.94 0.98 0.38
Hex 2 C2 55 63 0 38 18 92 62 26
Octal 2 302 125 143 0 70 30 222 142 46
Binary 10 11000010 1010101 1100011 0 111000 11000 10010010 1100010 100110

Color Harmonies of #02C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C255

Black with #02C255

Text Example


Text Example

White with #02C255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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