Html Css Color HEX #04C149 Dark Pastel Green

📋 copy color: '#04C149'

red 4 ◦ green 193 ◦ blue 73

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

Shades of Dark Pastel Green #04C149

Tints of Dark Pastel Green #04C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.48%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 1.48%
G = 71.48%
B = 27.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#04C149 (or 0x04C149) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 49. RGB value is (4,193,73). Sum of RGB (Red+Green+Blue) = 4+193+73=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #04C149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C149 is #FB3EB6. Grayscale: #7B7B7B. Windows color (decimal): -16465591 or 4833540. OLE color: 4833540.

HSL color Cylindrical-coordinate representation of color #04C149: hue angle of 141.9º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C149 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 193 73 -
CMYK 0.98 0 0.62 0.24
HSL 141.9º 0.96% 0.39% -
HSV(B) 141.9º 0.98% 0.76% -
XYZ 20.32 38.65 12.69 -
YUV 122.81 99.88 43.26 -
System Red Green Blue C M Y K H S L
Decimal 4 193 73 0.98 0 0.62 0.24 141.9 0.96 0.39
Hex 4 C1 49 62 0 3E 18 8E 60 27
Octal 4 301 111 142 0 76 30 216 140 47
Binary 100 11000001 1001001 1100010 0 111110 11000 10001110 1100000 100111

Color Harmonies of #04C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C149

Black with #04C149

Text Example


Text Example

White with #04C149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,193,73); }

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

background-color css

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

 a { background-color: rgb(4,193,73); }

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

border-color css

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

 span { border-color: rgb(4,193,73); }

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