Html Css Color HEX #04B760 Jade

📋 copy color: '#04B760'

red 4 ◦ green 183 ◦ blue 96

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

Shades of Jade #04B760

Tints of Jade #04B760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 64.66%

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 1.41%
G = 64.66%
B = 33.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#04B760 (or 0x04B760) is known color: Jade. HEX triplet: 04, B7 and 60. RGB value is (4,183,96). Sum of RGB (Red+Green+Blue) = 4+183+96=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #04B760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B760 is #FB489F. Grayscale: #777777. Windows color (decimal): -16468128 or 6338308. OLE color: 6338308.

HSL color Cylindrical-coordinate representation of color #04B760: hue angle of 150.84º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B760 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 4 183 96 -
CMYK 0.98 0 0.48 0.28
HSL 150.84º 0.96% 0.37% -
HSV(B) 150.84º 0.98% 0.72% -
XYZ 19.09 34.74 16.76 -
YUV 119.56 114.7 45.57 -
System Red Green Blue C M Y K H S L
Decimal 4 183 96 0.98 0 0.48 0.28 150.84 0.96 0.37
Hex 4 B7 60 62 0 30 1C 97 60 25
Octal 4 267 140 142 0 60 34 227 140 45
Binary 100 10110111 1100000 1100010 0 110000 11100 10010111 1100000 100101

Color Harmonies of #04B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B760

Black with #04B760

Text Example


Text Example

White with #04B760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,183,96); }

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

background-color css

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

 a { background-color: rgb(4,183,96); }

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

border-color css

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

 span { border-color: rgb(4,183,96); }

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