Html Css Color HEX #04BB68 Jade

📋 copy color: '#04BB68'

red 4 ◦ green 187 ◦ blue 104

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

Shades of Jade #04BB68

Tints of Jade #04BB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 63.39%

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

R = 1.36%
G = 63.39%
B = 35.25%

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

#04BB68 (or 0x04BB68) is known color: Jade. HEX triplet: 04, BB and 68. RGB value is (4,187,104). Sum of RGB (Red+Green+Blue) = 4+187+104=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB68 is #FB4497. Grayscale: #7A7A7A. Windows color (decimal): -16467096 or 6863620. OLE color: 6863620.

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

Color convert

RGB 4 187 104 -
CMYK 0.98 0 0.44 0.27
HSL 152.79º 0.96% 0.37% -
HSV(B) 152.79º 0.98% 0.73% -
XYZ 20.32 36.57 19.08 -
YUV 122.82 117.37 43.25 -
System Red Green Blue C M Y K H S L
Decimal 4 187 104 0.98 0 0.44 0.27 152.79 0.96 0.37
Hex 4 BB 68 62 0 2C 1B 99 60 25
Octal 4 273 150 142 0 54 33 231 140 45
Binary 100 10111011 1101000 1100010 0 101100 11011 10011001 1100000 100101

Color Harmonies of #04BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB68

Black with #04BB68

Text Example


Text Example

White with #04BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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