Html Css Color HEX #04CF55 Malachite

📋 copy color: '#04CF55'

red 4 ◦ green 207 ◦ blue 85

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

Shades of Malachite #04CF55

Tints of Malachite #04CF55

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.93%

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

R = 1.35%
G = 69.93%
B = 28.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#04CF55 (or 0x04CF55) is known color: Malachite. HEX triplet: 04, CF and 55. RGB value is (4,207,85). Sum of RGB (Red+Green+Blue) = 4+207+85=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF55 is #FB30AA. Grayscale: #848484. Windows color (decimal): -16461995 or 5623556. OLE color: 5623556.

HSL color Cylindrical-coordinate representation of color #04CF55: hue angle of 143.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF55 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 207 85 -
CMYK 0.98 0 0.59 0.19
HSL 143.94º 0.96% 0.41% -
HSV(B) 143.94º 0.98% 0.81% -
XYZ 24 45.31 16.07 -
YUV 132.4 101.25 36.42 -
System Red Green Blue C M Y K H S L
Decimal 4 207 85 0.98 0 0.59 0.19 143.94 0.96 0.41
Hex 4 CF 55 62 0 3B 13 90 60 29
Octal 4 317 125 142 0 73 23 220 140 51
Binary 100 11001111 1010101 1100010 0 111011 10011 10010000 1100000 101001

Color Harmonies of #04CF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF55

Black with #04CF55

Text Example


Text Example

White with #04CF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,207,85); }

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

background-color css

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

 a { background-color: rgb(4,207,85); }

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

border-color css

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

 span { border-color: rgb(4,207,85); }

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