Html Css Color HEX #04C053 Dark Pastel Green

📋 copy color: '#04C053'

red 4 ◦ green 192 ◦ blue 83

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

Shades of Dark Pastel Green #04C053

Tints of Dark Pastel Green #04C053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.82%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 1.43%
G = 68.82%
B = 29.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#04C053 (or 0x04C053) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 53. RGB value is (4,192,83). Sum of RGB (Red+Green+Blue) = 4+192+83=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #04C053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C053 is #FB3FAC. Grayscale: #7B7B7B. Windows color (decimal): -16465837 or 5488644. OLE color: 5488644.

HSL color Cylindrical-coordinate representation of color #04C053: hue angle of 145.21º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C053 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 83 -
CMYK 0.98 0 0.57 0.25
HSL 145.21º 0.96% 0.38% -
HSV(B) 145.21º 0.98% 0.75% -
XYZ 20.46 38.35 14.51 -
YUV 123.36 105.22 42.86 -
System Red Green Blue C M Y K H S L
Decimal 4 192 83 0.98 0 0.57 0.25 145.21 0.96 0.38
Hex 4 C0 53 62 0 39 19 91 60 26
Octal 4 300 123 142 0 71 31 221 140 46
Binary 100 11000000 1010011 1100010 0 111001 11001 10010001 1100000 100110

Color Harmonies of #04C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C053

Black with #04C053

Text Example


Text Example

White with #04C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,192,83); }

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

background-color css

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

 a { background-color: rgb(4,192,83); }

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

border-color css

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

 span { border-color: rgb(4,192,83); }

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