Html Css Color HEX #04C242 Dark Pastel Green

📋 copy color: '#04C242'

red 4 ◦ green 194 ◦ blue 66

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

Shades of Dark Pastel Green #04C242

Tints of Dark Pastel Green #04C242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25%

R = 1.52%
G = 73.48%
B = 25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#04C242 (or 0x04C242) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 42. RGB value is (4,194,66). Sum of RGB (Red+Green+Blue) = 4+194+66=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #04C242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C242 is #FB3DBD. Grayscale: #7A7A7A. Windows color (decimal): -16465342 or 4375044. OLE color: 4375044.

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

Color convert

RGB 4 194 66 -
CMYK 0.98 0 0.66 0.24
HSL 139.58º 0.96% 0.39% -
HSV(B) 139.58º 0.98% 0.76% -
XYZ 20.33 39 11.61 -
YUV 122.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 4 194 66 0.98 0 0.66 0.24 139.58 0.96 0.39
Hex 4 C2 42 62 0 42 18 8C 60 27
Octal 4 302 102 142 0 102 30 214 140 47
Binary 100 11000010 1000010 1100010 0 1000010 11000 10001100 1100000 100111

Color Harmonies of #04C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C242

Black with #04C242

Text Example


Text Example

White with #04C242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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