Html Css Color HEX #04BC4C Dark Pastel Green

📋 copy color: '#04BC4C'

red 4 ◦ green 188 ◦ blue 76

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

Shades of Dark Pastel Green #04BC4C

Tints of Dark Pastel Green #04BC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 1.49%
G = 70.15%
B = 28.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#04BC4C (or 0x04BC4C) is known color: Dark Pastel Green. HEX triplet: 04, BC and 4C. RGB value is (4,188,76). Sum of RGB (Red+Green+Blue) = 4+188+76=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC4C is #FB43B3. Grayscale: #787878. Windows color (decimal): -16466868 or 5028868. OLE color: 5028868.

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

Color convert

RGB 4 188 76 -
CMYK 0.98 0 0.60 0.26
HSL 143.48º 0.96% 0.38% -
HSV(B) 143.48º 0.98% 0.74% -
XYZ 19.34 36.51 12.87 -
YUV 120.22 103.04 45.11 -
System Red Green Blue C M Y K H S L
Decimal 4 188 76 0.98 0 0.60 0.26 143.48 0.96 0.38
Hex 4 BC 4C 62 0 3C 1A 8F 60 26
Octal 4 274 114 142 0 74 32 217 140 46
Binary 100 10111100 1001100 1100010 0 111100 11010 10001111 1100000 100110

Color Harmonies of #04BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC4C

Black with #04BC4C

Text Example


Text Example

White with #04BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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