Html Css Color HEX #02E765 Malachite

📋 copy color: '#02E765'

red 2 ◦ green 231 ◦ blue 101

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

Shades of Malachite #02E765

Tints of Malachite #02E765

RGB

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

 GREEN value IS 231 (90.63% from 255) = 69.16%

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 0.6%
G = 69.16%
B = 30.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#02E765 (or 0x02E765) is known color: Malachite. HEX triplet: 02, E7 and 65. RGB value is (2,231,101). Sum of RGB (Red+Green+Blue) = 2+231+101=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #02E765 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E765 is #FD189A. Grayscale: #949494. Windows color (decimal): -16586907 or 6678274. OLE color: 6678274.

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

Color convert

RGB 2 231 101 -
CMYK 0.99 0 0.56 0.09
HSL 145.94º 0.98% 0.46% -
HSV(B) 145.94º 0.99% 0.91% -
XYZ 30.95 58.1 21.9 -
YUV 147.71 101.63 24.07 -
System Red Green Blue C M Y K H S L
Decimal 2 231 101 0.99 0 0.56 0.09 145.94 0.98 0.46
Hex 2 E7 65 63 0 38 9 92 62 2E
Octal 2 347 145 143 0 70 11 222 142 56
Binary 10 11100111 1100101 1100011 0 111000 1001 10010010 1100010 101110

Color Harmonies of #02E765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E765

Black with #02E765

Text Example


Text Example

White with #02E765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,231,101); }

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

background-color css

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

 a { background-color: rgb(2,231,101); }

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

border-color css

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

 span { border-color: rgb(2,231,101); }

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