Html Css Color HEX #04BC4B Dark Pastel Green

📋 copy color: '#04BC4B'

red 4 ◦ green 188 ◦ blue 75

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

Shades of Dark Pastel Green #04BC4B

Tints of Dark Pastel Green #04BC4B

RGB

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

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

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

R = 1.5%
G = 70.41%
B = 28.09%

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

#04BC4B (or 0x04BC4B) is known color: Dark Pastel Green. HEX triplet: 04, BC and 4B. RGB value is (4,188,75). Sum of RGB (Red+Green+Blue) = 4+188+75=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC4B is #FB43B4. Grayscale: #787878. Windows color (decimal): -16466869 or 4963332. OLE color: 4963332.

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

Color convert

RGB 4 188 75 -
CMYK 0.98 0 0.60 0.26
HSL 143.15º 0.96% 0.38% -
HSV(B) 143.15º 0.98% 0.74% -
XYZ 19.3 36.5 12.68 -
YUV 120.1 102.54 45.19 -
System Red Green Blue C M Y K H S L
Decimal 4 188 75 0.98 0 0.60 0.26 143.15 0.96 0.38
Hex 4 BC 4B 62 0 3C 1A 8F 60 26
Octal 4 274 113 142 0 74 32 217 140 46
Binary 100 10111100 1001011 1100010 0 111100 11010 10001111 1100000 100110

Color Harmonies of #04BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC4B

Black with #04BC4B

Text Example


Text Example

White with #04BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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