Html Css Color HEX #04BA35 Dark Pastel Green

📋 copy color: '#04BA35'

red 4 ◦ green 186 ◦ blue 53

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

Shades of Dark Pastel Green #04BA35

Tints of Dark Pastel Green #04BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 1.65%
G = 76.54%
B = 21.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#04BA35 (or 0x04BA35) is known color: Dark Pastel Green. HEX triplet: 04, BA and 35. RGB value is (4,186,53). Sum of RGB (Red+Green+Blue) = 4+186+53=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA35 is #FB45CA. Grayscale: #747474. Windows color (decimal): -16467403 or 3521028. OLE color: 3521028.

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

Color convert

RGB 4 186 53 -
CMYK 0.98 0 0.72 0.27
HSL 136.15º 0.96% 0.37% -
HSV(B) 136.15º 0.98% 0.73% -
XYZ 18.25 35.4 9.24 -
YUV 116.42 92.2 47.81 -
System Red Green Blue C M Y K H S L
Decimal 4 186 53 0.98 0 0.72 0.27 136.15 0.96 0.37
Hex 4 BA 35 62 0 48 1B 88 60 25
Octal 4 272 65 142 0 110 33 210 140 45
Binary 100 10111010 110101 1100010 0 1001000 11011 10001000 1100000 100101

Color Harmonies of #04BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA35

Black with #04BA35

Text Example


Text Example

White with #04BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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