Html Css Color HEX #03BC5E Jade

📋 copy color: '#03BC5E'

red 3 ◦ green 188 ◦ blue 94

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

Shades of Jade #03BC5E

Tints of Jade #03BC5E

RGB

 RED value IS 3 (1.56% from 255) = 1.05%

 GREEN value IS 188 (73.83% from 255) = 65.96%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 1.05%
G = 65.96%
B = 32.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#03BC5E (or 0x03BC5E) is known color: Jade. HEX triplet: 03, BC and 5E. RGB value is (3,188,94). Sum of RGB (Red+Green+Blue) = 3+188+94=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC5E is #FC43A1. Grayscale: #7A7A7A. Windows color (decimal): -16532386 or 6208515. OLE color: 6208515.

HSL color Cylindrical-coordinate representation of color #03BC5E: hue angle of 149.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC5E is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 94 -
CMYK 0.98 0 0.50 0.26
HSL 149.51º 0.97% 0.37% -
HSV(B) 149.51º 0.98% 0.74% -
XYZ 20.04 36.79 16.64 -
YUV 121.97 112.21 43.14 -
System Red Green Blue C M Y K H S L
Decimal 3 188 94 0.98 0 0.50 0.26 149.51 0.97 0.37
Hex 3 BC 5E 62 0 32 1A 96 61 25
Octal 3 274 136 142 0 62 32 226 141 45
Binary 11 10111100 1011110 1100010 0 110010 11010 10010110 1100001 100101

Color Harmonies of #03BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC5E

Black with #03BC5E

Text Example


Text Example

White with #03BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BC5E; }

 p { color: rgb(3,188,94); }

 H1.HeaderClassName
 {
   color: #03BC5E;
 }
 .AnyTagClassName
 {
   color: #03BC5E;
 }
</style>

background-color css

<style>
 a { background-color: #03BC5E; }

 a { background-color: rgb(3,188,94); }

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

border-color css

<style>
 span { border-color: #03BC5E; }

 span { border-color: rgb(3,188,94); }

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