Html Css Color HEX #04BC46 Dark Pastel Green

📋 copy color: '#04BC46'

red 4 ◦ green 188 ◦ blue 70

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

Shades of Dark Pastel Green #04BC46

Tints of Dark Pastel Green #04BC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.76%

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 1.53%
G = 71.76%
B = 26.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#04BC46 (or 0x04BC46) is known color: Dark Pastel Green. HEX triplet: 04, BC and 46. RGB value is (4,188,70). Sum of RGB (Red+Green+Blue) = 4+188+70=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC46 is #FB43B9. Grayscale: #777777. Windows color (decimal): -16466874 or 4635652. OLE color: 4635652.

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

Color convert

RGB 4 188 70 -
CMYK 0.98 0 0.63 0.26
HSL 141.52º 0.96% 0.38% -
HSV(B) 141.52º 0.98% 0.74% -
XYZ 19.14 36.43 11.82 -
YUV 119.53 100.04 45.59 -
System Red Green Blue C M Y K H S L
Decimal 4 188 70 0.98 0 0.63 0.26 141.52 0.96 0.38
Hex 4 BC 46 62 0 3F 1A 8E 60 26
Octal 4 274 106 142 0 77 32 216 140 46
Binary 100 10111100 1000110 1100010 0 111111 11010 10001110 1100000 100110

Color Harmonies of #04BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC46

Black with #04BC46

Text Example


Text Example

White with #04BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,188,70); }

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

background-color css

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

 a { background-color: rgb(4,188,70); }

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

border-color css

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

 span { border-color: rgb(4,188,70); }

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