Html Css Color HEX #03BE5E Jade

📋 copy color: '#03BE5E'

red 3 ◦ green 190 ◦ blue 94

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

Shades of Jade #03BE5E

Tints of Jade #03BE5E

RGB

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

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

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

R = 1.05%
G = 66.2%
B = 32.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#03BE5E (or 0x03BE5E) is known color: Jade. HEX triplet: 03, BE and 5E. RGB value is (3,190,94). Sum of RGB (Red+Green+Blue) = 3+190+94=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BE5E is #FC41A1. Grayscale: #7B7B7B. Windows color (decimal): -16531874 or 6209027. OLE color: 6209027.

HSL color Cylindrical-coordinate representation of color #03BE5E: hue angle of 149.2º degrees, saturation: 0.97, 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 #03BE5E is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 190 94 -
CMYK 0.98 0 0.51 0.25
HSL 149.2º 0.97% 0.38% -
HSV(B) 149.2º 0.98% 0.75% -
XYZ 20.47 37.65 16.78 -
YUV 123.14 111.55 42.31 -
System Red Green Blue C M Y K H S L
Decimal 3 190 94 0.98 0 0.51 0.25 149.2 0.97 0.38
Hex 3 BE 5E 62 0 33 19 95 61 26
Octal 3 276 136 142 0 63 31 225 141 46
Binary 11 10111110 1011110 1100010 0 110011 11001 10010101 1100001 100110

Color Harmonies of #03BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BE5E

Black with #03BE5E

Text Example


Text Example

White with #03BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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