Html Css Color HEX #04BC45 Dark Pastel Green

📋 copy color: '#04BC45'

red 4 ◦ green 188 ◦ blue 69

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

Shades of Dark Pastel Green #04BC45

Tints of Dark Pastel Green #04BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 1.53%
G = 72.03%
B = 26.44%

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

#04BC45 (or 0x04BC45) is known color: Dark Pastel Green. HEX triplet: 04, BC and 45. RGB value is (4,188,69). Sum of RGB (Red+Green+Blue) = 4+188+69=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC45 is #FB43BA. Grayscale: #777777. Windows color (decimal): -16466875 or 4570116. OLE color: 4570116.

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

Color convert

RGB 4 188 69 -
CMYK 0.98 0 0.63 0.26
HSL 141.2º 0.96% 0.38% -
HSV(B) 141.2º 0.98% 0.74% -
XYZ 19.11 36.42 11.65 -
YUV 119.42 99.54 45.68 -
System Red Green Blue C M Y K H S L
Decimal 4 188 69 0.98 0 0.63 0.26 141.2 0.96 0.38
Hex 4 BC 45 62 0 3F 1A 8D 60 26
Octal 4 274 105 142 0 77 32 215 140 46
Binary 100 10111100 1000101 1100010 0 111111 11010 10001101 1100000 100110

Color Harmonies of #04BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC45

Black with #04BC45

Text Example


Text Example

White with #04BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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