Html Css Color HEX #02F850 Malachite

📋 copy color: '#02F850'

red 2 ◦ green 248 ◦ blue 80

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

Shades of Malachite #02F850

Tints of Malachite #02F850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 75.15%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 0.61%
G = 75.15%
B = 24.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#02F850 (or 0x02F850) is known color: Malachite. HEX triplet: 02, F8 and 50. RGB value is (2,248,80). Sum of RGB (Red+Green+Blue) = 2+248+80=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 248 (97.27% from 255 or 75.15% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 248 - color contains mainly: green. Hex color #02F850 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F850 is #FD07AF. Grayscale: #9B9B9B. Windows color (decimal): -16582576 or 5306370. OLE color: 5306370.

HSL color Cylindrical-coordinate representation of color #02F850: hue angle of 139.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F850 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 248 80 -
CMYK 0.99 0 0.68 0.03
HSL 139.02º 0.98% 0.49% -
HSV(B) 139.02º 0.99% 0.97% -
XYZ 35.04 67.73 18.82 -
YUV 155.29 85.5 18.66 -
System Red Green Blue C M Y K H S L
Decimal 2 248 80 0.99 0 0.68 0.03 139.02 0.98 0.49
Hex 2 F8 50 63 0 44 3 8B 62 31
Octal 2 370 120 143 0 104 3 213 142 61
Binary 10 11111000 1010000 1100011 0 1000100 11 10001011 1100010 110001

Color Harmonies of #02F850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F850

Black with #02F850

Text Example


Text Example

White with #02F850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,248,80); }

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

background-color css

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

 a { background-color: rgb(2,248,80); }

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

border-color css

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

 span { border-color: rgb(2,248,80); }

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