Html Css Color HEX #04BB31 Dark Pastel Green

📋 copy color: '#04BB31'

red 4 ◦ green 187 ◦ blue 49

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

Shades of Dark Pastel Green #04BB31

Tints of Dark Pastel Green #04BB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 77.92%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 1.67%
G = 77.92%
B = 20.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#04BB31 (or 0x04BB31) is known color: Dark Pastel Green. HEX triplet: 04, BB and 31. RGB value is (4,187,49). Sum of RGB (Red+Green+Blue) = 4+187+49=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 187 (73.44% from 255 or 77.92% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BB31 is #FB44CE. Grayscale: #747474. Windows color (decimal): -16467151 or 3259140. OLE color: 3259140.

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

Color convert

RGB 4 187 49 -
CMYK 0.98 0 0.74 0.27
HSL 134.75º 0.96% 0.37% -
HSV(B) 134.75º 0.98% 0.73% -
XYZ 18.37 35.79 8.85 -
YUV 116.55 89.87 47.72 -
System Red Green Blue C M Y K H S L
Decimal 4 187 49 0.98 0 0.74 0.27 134.75 0.96 0.37
Hex 4 BB 31 62 0 4A 1B 87 60 25
Octal 4 273 61 142 0 112 33 207 140 45
Binary 100 10111011 110001 1100010 0 1001010 11011 10000111 1100000 100101

Color Harmonies of #04BB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB31

Black with #04BB31

Text Example


Text Example

White with #04BB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,49); }

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

background-color css

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

 a { background-color: rgb(4,187,49); }

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

border-color css

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

 span { border-color: rgb(4,187,49); }

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