Html Css Color HEX #04BA4D Dark Pastel Green

📋 copy color: '#04BA4D'

red 4 ◦ green 186 ◦ blue 77

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

Shades of Dark Pastel Green #04BA4D

Tints of Dark Pastel Green #04BA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.66%

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 1.5%
G = 69.66%
B = 28.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#04BA4D (or 0x04BA4D) is known color: Dark Pastel Green. HEX triplet: 04, BA and 4D. RGB value is (4,186,77). Sum of RGB (Red+Green+Blue) = 4+186+77=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA4D is #FB45B2. Grayscale: #777777. Windows color (decimal): -16467379 or 5093892. OLE color: 5093892.

HSL color Cylindrical-coordinate representation of color #04BA4D: hue angle of 144.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA4D is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 77 -
CMYK 0.98 0 0.59 0.27
HSL 144.07º 0.96% 0.37% -
HSV(B) 144.07º 0.98% 0.73% -
XYZ 18.95 35.68 12.91 -
YUV 119.16 104.2 45.86 -
System Red Green Blue C M Y K H S L
Decimal 4 186 77 0.98 0 0.59 0.27 144.07 0.96 0.37
Hex 4 BA 4D 62 0 3B 1B 90 60 25
Octal 4 272 115 142 0 73 33 220 140 45
Binary 100 10111010 1001101 1100010 0 111011 11011 10010000 1100000 100101

Color Harmonies of #04BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA4D

Black with #04BA4D

Text Example


Text Example

White with #04BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,77); }

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

background-color css

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

 a { background-color: rgb(4,186,77); }

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

border-color css

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

 span { border-color: rgb(4,186,77); }

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