Html Css Color HEX #02F741 Malachite

📋 copy color: '#02F741'

red 2 ◦ green 247 ◦ blue 65

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

Shades of Malachite #02F741

Tints of Malachite #02F741

RGB

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

 GREEN value IS 247 (96.88% from 255) = 78.66%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 0.64%
G = 78.66%
B = 20.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#02F741 (or 0x02F741) is known color: Malachite. HEX triplet: 02, F7 and 41. RGB value is (2,247,65). Sum of RGB (Red+Green+Blue) = 2+247+65=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 247 (96.88% from 255 or 78.66% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 247 - color contains mainly: green. Hex color #02F741 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F741 is #FD08BE. Grayscale: #999999. Windows color (decimal): -16582847 or 4323074. OLE color: 4323074.

HSL color Cylindrical-coordinate representation of color #02F741: hue angle of 135.43º 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 #02F741 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 247 65 -
CMYK 0.99 0 0.74 0.03
HSL 135.43º 0.98% 0.49% -
HSV(B) 135.43º 0.99% 0.97% -
XYZ 34.24 66.92 16.11 -
YUV 153 78.33 20.3 -
System Red Green Blue C M Y K H S L
Decimal 2 247 65 0.99 0 0.74 0.03 135.43 0.98 0.49
Hex 2 F7 41 63 0 4A 3 87 62 31
Octal 2 367 101 143 0 112 3 207 142 61
Binary 10 11110111 1000001 1100011 0 1001010 11 10000111 1100010 110001

Color Harmonies of #02F741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F741

Black with #02F741

Text Example


Text Example

White with #02F741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,247,65); }

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

background-color css

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

 a { background-color: rgb(2,247,65); }

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

border-color css

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

 span { border-color: rgb(2,247,65); }

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