Html Css Color HEX #04BC32 Dark Pastel Green

📋 copy color: '#04BC32'

red 4 ◦ green 188 ◦ blue 50

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

Shades of Dark Pastel Green #04BC32

Tints of Dark Pastel Green #04BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 1.65%
G = 77.69%
B = 20.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#04BC32 (or 0x04BC32) is known color: Dark Pastel Green. HEX triplet: 04, BC and 32. RGB value is (4,188,50). Sum of RGB (Red+Green+Blue) = 4+188+50=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC32 is #FB43CD. Grayscale: #757575. Windows color (decimal): -16466894 or 3324932. OLE color: 3324932.

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

Color convert

RGB 4 188 50 -
CMYK 0.98 0 0.73 0.26
HSL 135º 0.96% 0.38% -
HSV(B) 135º 0.98% 0.74% -
XYZ 18.61 36.22 9.03 -
YUV 117.25 90.04 47.22 -
System Red Green Blue C M Y K H S L
Decimal 4 188 50 0.98 0 0.73 0.26 135 0.96 0.38
Hex 4 BC 32 62 0 49 1A 87 60 26
Octal 4 274 62 142 0 111 32 207 140 46
Binary 100 10111100 110010 1100010 0 1001001 11010 10000111 1100000 100110

Color Harmonies of #04BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC32

Black with #04BC32

Text Example


Text Example

White with #04BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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