Html Css Color HEX #04BA4B Dark Pastel Green

📋 copy color: '#04BA4B'

red 4 ◦ green 186 ◦ blue 75

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

Shades of Dark Pastel Green #04BA4B

Tints of Dark Pastel Green #04BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 1.51%
G = 70.19%
B = 28.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#04BA4B (or 0x04BA4B) is known color: Dark Pastel Green. HEX triplet: 04, BA and 4B. RGB value is (4,186,75). Sum of RGB (Red+Green+Blue) = 4+186+75=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA4B is #FB45B4. Grayscale: #777777. Windows color (decimal): -16467381 or 4962820. OLE color: 4962820.

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

Color convert

RGB 4 186 75 -
CMYK 0.98 0 0.60 0.27
HSL 143.41º 0.96% 0.37% -
HSV(B) 143.41º 0.98% 0.73% -
XYZ 18.88 35.65 12.54 -
YUV 118.93 103.2 46.03 -
System Red Green Blue C M Y K H S L
Decimal 4 186 75 0.98 0 0.60 0.27 143.41 0.96 0.37
Hex 4 BA 4B 62 0 3C 1B 8F 60 25
Octal 4 272 113 142 0 74 33 217 140 45
Binary 100 10111010 1001011 1100010 0 111100 11011 10001111 1100000 100101

Color Harmonies of #04BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA4B

Black with #04BA4B

Text Example


Text Example

White with #04BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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