Html Css Color HEX #04C134 Dark Pastel Green

📋 copy color: '#04C134'

red 4 ◦ green 193 ◦ blue 52

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

Shades of Dark Pastel Green #04C134

Tints of Dark Pastel Green #04C134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 1.61%
G = 77.51%
B = 20.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#04C134 (or 0x04C134) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 34. RGB value is (4,193,52). Sum of RGB (Red+Green+Blue) = 4+193+52=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #04C134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C134 is #FB3ECB. Grayscale: #787878. Windows color (decimal): -16465612 or 3457284. OLE color: 3457284.

HSL color Cylindrical-coordinate representation of color #04C134: hue angle of 135.24º 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 #04C134 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 193 52 -
CMYK 0.98 0 0.73 0.24
HSL 135.24º 0.96% 0.39% -
HSV(B) 135.24º 0.98% 0.76% -
XYZ 19.74 38.41 9.62 -
YUV 120.42 89.38 44.96 -
System Red Green Blue C M Y K H S L
Decimal 4 193 52 0.98 0 0.73 0.24 135.24 0.96 0.39
Hex 4 C1 34 62 0 49 18 87 60 27
Octal 4 301 64 142 0 111 30 207 140 47
Binary 100 11000001 110100 1100010 0 1001001 11000 10000111 1100000 100111

Color Harmonies of #04C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C134

Black with #04C134

Text Example


Text Example

White with #04C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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