Html Css Color HEX #04C130 Dark Pastel Green

📋 copy color: '#04C130'

red 4 ◦ green 193 ◦ blue 48

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

Shades of Dark Pastel Green #04C130

Tints of Dark Pastel Green #04C130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 1.63%
G = 78.78%
B = 19.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#04C130 (or 0x04C130) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 30. RGB value is (4,193,48). Sum of RGB (Red+Green+Blue) = 4+193+48=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #04C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C130 is #FB3ECF. Grayscale: #787878. Windows color (decimal): -16465616 or 3195140. OLE color: 3195140.

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

Color convert

RGB 4 193 48 -
CMYK 0.98 0 0.75 0.24
HSL 133.97º 0.96% 0.39% -
HSV(B) 133.97º 0.98% 0.76% -
XYZ 19.65 38.38 9.17 -
YUV 119.96 87.38 45.29 -
System Red Green Blue C M Y K H S L
Decimal 4 193 48 0.98 0 0.75 0.24 133.97 0.96 0.39
Hex 4 C1 30 62 0 4B 18 86 60 27
Octal 4 301 60 142 0 113 30 206 140 47
Binary 100 11000001 110000 1100010 0 1001011 11000 10000110 1100000 100111

Color Harmonies of #04C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C130

Black with #04C130

Text Example


Text Example

White with #04C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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