Html Css Color HEX #04BA71 Jade

📋 copy color: '#04BA71'

red 4 ◦ green 186 ◦ blue 113

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

Shades of Jade #04BA71

Tints of Jade #04BA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.39%

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 1.32%
G = 61.39%
B = 37.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#04BA71 (or 0x04BA71) is known color: Jade. HEX triplet: 04, BA and 71. RGB value is (4,186,113). Sum of RGB (Red+Green+Blue) = 4+186+113=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA71 is #FB458E. Grayscale: #7B7B7B. Windows color (decimal): -16467343 or 7453188. OLE color: 7453188.

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

Color convert

RGB 4 186 113 -
CMYK 0.98 0 0.39 0.27
HSL 155.93º 0.96% 0.37% -
HSV(B) 155.93º 0.98% 0.73% -
XYZ 20.59 36.34 21.55 -
YUV 123.26 122.2 42.94 -
System Red Green Blue C M Y K H S L
Decimal 4 186 113 0.98 0 0.39 0.27 155.93 0.96 0.37
Hex 4 BA 71 62 0 27 1B 9C 60 25
Octal 4 272 161 142 0 47 33 234 140 45
Binary 100 10111010 1110001 1100010 0 100111 11011 10011100 1100000 100101

Color Harmonies of #04BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA71

Black with #04BA71

Text Example


Text Example

White with #04BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,113); }

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

background-color css

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

 a { background-color: rgb(4,186,113); }

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

border-color css

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

 span { border-color: rgb(4,186,113); }

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