Html Css Color HEX #04BD6D Jade

📋 copy color: '#04BD6D'

red 4 ◦ green 189 ◦ blue 109

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

Shades of Jade #04BD6D

Tints of Jade #04BD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 1.32%
G = 62.58%
B = 36.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#04BD6D (or 0x04BD6D) is known color: Jade. HEX triplet: 04, BD and 6D. RGB value is (4,189,109). Sum of RGB (Red+Green+Blue) = 4+189+109=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD6D is #FB4292. Grayscale: #7C7C7C. Windows color (decimal): -16466579 or 7191812. OLE color: 7191812.

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

Color convert

RGB 4 189 109 -
CMYK 0.98 0 0.42 0.26
HSL 154.05º 0.96% 0.38% -
HSV(B) 154.05º 0.98% 0.74% -
XYZ 21.01 37.53 20.6 -
YUV 124.57 119.21 42 -
System Red Green Blue C M Y K H S L
Decimal 4 189 109 0.98 0 0.42 0.26 154.05 0.96 0.38
Hex 4 BD 6D 62 0 2A 1A 9A 60 26
Octal 4 275 155 142 0 52 32 232 140 46
Binary 100 10111101 1101101 1100010 0 101010 11010 10011010 1100000 100110

Color Harmonies of #04BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD6D

Black with #04BD6D

Text Example


Text Example

White with #04BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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