Html Css Color HEX #04BD65 Jade

📋 copy color: '#04BD65'

red 4 ◦ green 189 ◦ blue 101

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

Shades of Jade #04BD65

Tints of Jade #04BD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 1.36%
G = 64.29%
B = 34.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#04BD65 (or 0x04BD65) is known color: Jade. HEX triplet: 04, BD and 65. RGB value is (4,189,101). Sum of RGB (Red+Green+Blue) = 4+189+101=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD65 is #FB429A. Grayscale: #7B7B7B. Windows color (decimal): -16466587 or 6667524. OLE color: 6667524.

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

Color convert

RGB 4 189 101 -
CMYK 0.98 0 0.47 0.26
HSL 151.46º 0.96% 0.38% -
HSV(B) 151.46º 0.98% 0.74% -
XYZ 20.6 37.36 18.44 -
YUV 123.65 115.21 42.66 -
System Red Green Blue C M Y K H S L
Decimal 4 189 101 0.98 0 0.47 0.26 151.46 0.96 0.38
Hex 4 BD 65 62 0 2F 1A 97 60 26
Octal 4 275 145 142 0 57 32 227 140 46
Binary 100 10111101 1100101 1100010 0 101111 11010 10010111 1100000 100110

Color Harmonies of #04BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD65

Black with #04BD65

Text Example


Text Example

White with #04BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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