Html Css Color HEX #04BD61 Jade

📋 copy color: '#04BD61'

red 4 ◦ green 189 ◦ blue 97

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

Shades of Jade #04BD61

Tints of Jade #04BD61

RGB

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

 GREEN value IS 189 (74.22% from 255) = 65.17%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 1.38%
G = 65.17%
B = 33.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#04BD61 (or 0x04BD61) is known color: Jade. HEX triplet: 04, BD and 61. RGB value is (4,189,97). Sum of RGB (Red+Green+Blue) = 4+189+97=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD61 is #FB429E. Grayscale: #7B7B7B. Windows color (decimal): -16466591 or 6405380. OLE color: 6405380.

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

Color convert

RGB 4 189 97 -
CMYK 0.98 0 0.49 0.26
HSL 150.16º 0.96% 0.38% -
HSV(B) 150.16º 0.98% 0.74% -
XYZ 20.41 37.28 17.43 -
YUV 123.2 113.21 42.98 -
System Red Green Blue C M Y K H S L
Decimal 4 189 97 0.98 0 0.49 0.26 150.16 0.96 0.38
Hex 4 BD 61 62 0 31 1A 96 60 26
Octal 4 275 141 142 0 61 32 226 140 46
Binary 100 10111101 1100001 1100010 0 110001 11010 10010110 1100000 100110

Color Harmonies of #04BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD61

Black with #04BD61

Text Example


Text Example

White with #04BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,97); }

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

background-color css

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

 a { background-color: rgb(4,189,97); }

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

border-color css

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

 span { border-color: rgb(4,189,97); }

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