Html Css Color HEX #04BD41 Dark Pastel Green

📋 copy color: '#04BD41'

red 4 ◦ green 189 ◦ blue 65

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

Shades of Dark Pastel Green #04BD41

Tints of Dark Pastel Green #04BD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.26%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 1.55%
G = 73.26%
B = 25.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#04BD41 (or 0x04BD41) is known color: Dark Pastel Green. HEX triplet: 04, BD and 41. RGB value is (4,189,65). Sum of RGB (Red+Green+Blue) = 4+189+65=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD41 is #FB42BE. Grayscale: #777777. Windows color (decimal): -16466623 or 4308228. OLE color: 4308228.

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

Color convert

RGB 4 189 65 -
CMYK 0.98 0 0.66 0.26
HSL 139.78º 0.96% 0.38% -
HSV(B) 139.78º 0.98% 0.74% -
XYZ 19.2 36.8 11.09 -
YUV 119.55 97.21 45.58 -
System Red Green Blue C M Y K H S L
Decimal 4 189 65 0.98 0 0.66 0.26 139.78 0.96 0.38
Hex 4 BD 41 62 0 42 1A 8C 60 26
Octal 4 275 101 142 0 102 32 214 140 46
Binary 100 10111101 1000001 1100010 0 1000010 11010 10001100 1100000 100110

Color Harmonies of #04BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD41

Black with #04BD41

Text Example


Text Example

White with #04BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,65); }

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

background-color css

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

 a { background-color: rgb(4,189,65); }

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

border-color css

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

 span { border-color: rgb(4,189,65); }

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