Html Css Color HEX #04BE6C Jade

📋 copy color: '#04BE6C'

red 4 ◦ green 190 ◦ blue 108

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

Shades of Jade #04BE6C

Tints of Jade #04BE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.91%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 1.32%
G = 62.91%
B = 35.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#04BE6C (or 0x04BE6C) is known color: Jade. HEX triplet: 04, BE and 6C. RGB value is (4,190,108). Sum of RGB (Red+Green+Blue) = 4+190+108=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BE6C is #FB4193. Grayscale: #7D7D7D. Windows color (decimal): -16466324 or 7126532. OLE color: 7126532.

HSL color Cylindrical-coordinate representation of color #04BE6C: hue angle of 153.55º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BE6C is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 190 108 -
CMYK 0.98 0 0.43 0.25
HSL 153.55º 0.96% 0.38% -
HSV(B) 153.55º 0.98% 0.75% -
XYZ 21.17 37.94 20.39 -
YUV 125.04 118.38 41.67 -
System Red Green Blue C M Y K H S L
Decimal 4 190 108 0.98 0 0.43 0.25 153.55 0.96 0.38
Hex 4 BE 6C 62 0 2B 19 9A 60 26
Octal 4 276 154 142 0 53 31 232 140 46
Binary 100 10111110 1101100 1100010 0 101011 11001 10011010 1100000 100110

Color Harmonies of #04BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE6C

Black with #04BE6C

Text Example


Text Example

White with #04BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,190,108); }

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

background-color css

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

 a { background-color: rgb(4,190,108); }

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

border-color css

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

 span { border-color: rgb(4,190,108); }

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