Html Css Color HEX #04BD73 Jade

📋 copy color: '#04BD73'

red 4 ◦ green 189 ◦ blue 115

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

Shades of Jade #04BD73

Tints of Jade #04BD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 1.3%
G = 61.36%
B = 37.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#04BD73 (or 0x04BD73) is known color: Jade. HEX triplet: 04, BD and 73. RGB value is (4,189,115). Sum of RGB (Red+Green+Blue) = 4+189+115=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD73 is #FB428C. Grayscale: #7D7D7D. Windows color (decimal): -16466573 or 7585028. OLE color: 7585028.

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

Color convert

RGB 4 189 115 -
CMYK 0.98 0 0.39 0.26
HSL 156º 0.96% 0.38% -
HSV(B) 156º 0.98% 0.74% -
XYZ 21.34 37.66 22.36 -
YUV 125.25 122.21 41.52 -
System Red Green Blue C M Y K H S L
Decimal 4 189 115 0.98 0 0.39 0.26 156 0.96 0.38
Hex 4 BD 73 62 0 27 1A 9C 60 26
Octal 4 275 163 142 0 47 32 234 140 46
Binary 100 10111101 1110011 1100010 0 100111 11010 10011100 1100000 100110

Color Harmonies of #04BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD73

Black with #04BD73

Text Example


Text Example

White with #04BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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