Html Css Color HEX #04C140 Dark Pastel Green

📋 copy color: '#04C140'

red 4 ◦ green 193 ◦ blue 64

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

Shades of Dark Pastel Green #04C140

Tints of Dark Pastel Green #04C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 1.53%
G = 73.95%
B = 24.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#04C140 (or 0x04C140) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 40. RGB value is (4,193,64). Sum of RGB (Red+Green+Blue) = 4+193+64=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #04C140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C140 is #FB3EBF. Grayscale: #7A7A7A. Windows color (decimal): -16465600 or 4243716. OLE color: 4243716.

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

Color convert

RGB 4 193 64 -
CMYK 0.98 0 0.67 0.24
HSL 139.05º 0.96% 0.39% -
HSV(B) 139.05º 0.98% 0.76% -
XYZ 20.05 38.54 11.23 -
YUV 121.78 95.38 43.99 -
System Red Green Blue C M Y K H S L
Decimal 4 193 64 0.98 0 0.67 0.24 139.05 0.96 0.39
Hex 4 C1 40 62 0 43 18 8B 60 27
Octal 4 301 100 142 0 103 30 213 140 47
Binary 100 11000001 1000000 1100010 0 1000011 11000 10001011 1100000 100111

Color Harmonies of #04C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C140

Black with #04C140

Text Example


Text Example

White with #04C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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