Html Css Color HEX #04B968 Jade

📋 copy color: '#04B968'

red 4 ◦ green 185 ◦ blue 104

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

Shades of Jade #04B968

Tints of Jade #04B968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.14%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 1.37%
G = 63.14%
B = 35.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#04B968 (or 0x04B968) is known color: Jade. HEX triplet: 04, B9 and 68. RGB value is (4,185,104). Sum of RGB (Red+Green+Blue) = 4+185+104=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #04B968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B968 is #FB4697. Grayscale: #797979. Windows color (decimal): -16467608 or 6863108. OLE color: 6863108.

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

Color convert

RGB 4 185 104 -
CMYK 0.98 0 0.44 0.27
HSL 153.15º 0.96% 0.37% -
HSV(B) 153.15º 0.98% 0.73% -
XYZ 19.9 35.72 18.94 -
YUV 121.65 118.03 44.09 -
System Red Green Blue C M Y K H S L
Decimal 4 185 104 0.98 0 0.44 0.27 153.15 0.96 0.37
Hex 4 B9 68 62 0 2C 1B 99 60 25
Octal 4 271 150 142 0 54 33 231 140 45
Binary 100 10111001 1101000 1100010 0 101100 11011 10011001 1100000 100101

Color Harmonies of #04B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B968

Black with #04B968

Text Example


Text Example

White with #04B968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,185,104); }

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

background-color css

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

 a { background-color: rgb(4,185,104); }

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

border-color css

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

 span { border-color: rgb(4,185,104); }

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