Html Css Color HEX #04F145 Malachite

📋 copy color: '#04F145'

red 4 ◦ green 241 ◦ blue 69

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

Shades of Malachite #04F145

Tints of Malachite #04F145

RGB

 RED value IS 4 (1.95% from 255) = 1.27%

 GREEN value IS 241 (94.53% from 255) = 76.75%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 1.27%
G = 76.75%
B = 21.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#04F145 (or 0x04F145) is known color: Malachite. HEX triplet: 04, F1 and 45. RGB value is (4,241,69). Sum of RGB (Red+Green+Blue) = 4+241+69=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #04F145 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F145 is #FB0EBA. Grayscale: #969696. Windows color (decimal): -16453307 or 4583684. OLE color: 4583684.

HSL color Cylindrical-coordinate representation of color #04F145: hue angle of 136.46º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F145 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 241 69 -
CMYK 0.98 0 0.71 0.05
HSL 136.46º 0.97% 0.48% -
HSV(B) 136.46º 0.98% 0.95% -
XYZ 32.58 63.37 16.14 -
YUV 150.53 81.98 23.49 -
System Red Green Blue C M Y K H S L
Decimal 4 241 69 0.98 0 0.71 0.05 136.46 0.97 0.48
Hex 4 F1 45 62 0 47 5 88 61 30
Octal 4 361 105 142 0 107 5 210 141 60
Binary 100 11110001 1000101 1100010 0 1000111 101 10001000 1100001 110000

Color Harmonies of #04F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F145

Black with #04F145

Text Example


Text Example

White with #04F145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04F145; }

 p { color: rgb(4,241,69); }

 H1.HeaderClassName
 {
   color: #04F145;
 }
 .AnyTagClassName
 {
   color: #04F145;
 }
</style>

background-color css

<style>
 a { background-color: #04F145; }

 a { background-color: rgb(4,241,69); }

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

border-color css

<style>
 span { border-color: #04F145; }

 span { border-color: rgb(4,241,69); }

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