Html Css Color HEX #04C253 Dark Pastel Green

📋 copy color: '#04C253'

red 4 ◦ green 194 ◦ blue 83

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

Shades of Dark Pastel Green #04C253

Tints of Dark Pastel Green #04C253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.04%

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

R = 1.42%
G = 69.04%
B = 29.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#04C253 (or 0x04C253) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 53. RGB value is (4,194,83). Sum of RGB (Red+Green+Blue) = 4+194+83=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #04C253 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C253 is #FB3DAC. Grayscale: #7C7C7C. Windows color (decimal): -16465325 or 5489156. OLE color: 5489156.

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

Color convert

RGB 4 194 83 -
CMYK 0.98 0 0.57 0.24
HSL 144.95º 0.96% 0.39% -
HSV(B) 144.95º 0.98% 0.76% -
XYZ 20.9 39.23 14.65 -
YUV 124.54 104.55 42.03 -
System Red Green Blue C M Y K H S L
Decimal 4 194 83 0.98 0 0.57 0.24 144.95 0.96 0.39
Hex 4 C2 53 62 0 39 18 91 60 27
Octal 4 302 123 142 0 71 30 221 140 47
Binary 100 11000010 1010011 1100010 0 111001 11000 10010001 1100000 100111

Color Harmonies of #04C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C253

Black with #04C253

Text Example


Text Example

White with #04C253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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