Html Css Color HEX #04BB6B Jade

📋 copy color: '#04BB6B'

red 4 ◦ green 187 ◦ blue 107

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

Shades of Jade #04BB6B

Tints of Jade #04BB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 1.34%
G = 62.75%
B = 35.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#04BB6B (or 0x04BB6B) is known color: Jade. HEX triplet: 04, BB and 6B. RGB value is (4,187,107). Sum of RGB (Red+Green+Blue) = 4+187+107=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB6B is #FB4494. Grayscale: #7B7B7B. Windows color (decimal): -16467093 or 7060228. OLE color: 7060228.

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

Color convert

RGB 4 187 107 -
CMYK 0.98 0 0.43 0.27
HSL 153.77º 0.96% 0.37% -
HSV(B) 153.77º 0.98% 0.73% -
XYZ 20.47 36.63 19.9 -
YUV 123.16 118.87 43 -
System Red Green Blue C M Y K H S L
Decimal 4 187 107 0.98 0 0.43 0.27 153.77 0.96 0.37
Hex 4 BB 6B 62 0 2B 1B 9A 60 25
Octal 4 273 153 142 0 53 33 232 140 45
Binary 100 10111011 1101011 1100010 0 101011 11011 10011010 1100000 100101

Color Harmonies of #04BB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB6B

Black with #04BB6B

Text Example


Text Example

White with #04BB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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