Html Css Color HEX #03BE64 Jade

📋 copy color: '#03BE64'

red 3 ◦ green 190 ◦ blue 100

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

Shades of Jade #03BE64

Tints of Jade #03BE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 1.02%
G = 64.85%
B = 34.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#03BE64 (or 0x03BE64) is known color: Jade. HEX triplet: 03, BE and 64. RGB value is (3,190,100). Sum of RGB (Red+Green+Blue) = 3+190+100=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BE64 is #FC419B. Grayscale: #7C7C7C. Windows color (decimal): -16531868 or 6602243. OLE color: 6602243.

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

Color convert

RGB 3 190 100 -
CMYK 0.98 0 0.47 0.25
HSL 151.12º 0.97% 0.38% -
HSV(B) 151.12º 0.98% 0.75% -
XYZ 20.75 37.77 18.25 -
YUV 123.83 114.55 41.82 -
System Red Green Blue C M Y K H S L
Decimal 3 190 100 0.98 0 0.47 0.25 151.12 0.97 0.38
Hex 3 BE 64 62 0 2F 19 97 61 26
Octal 3 276 144 142 0 57 31 227 141 46
Binary 11 10111110 1100100 1100010 0 101111 11001 10010111 1100001 100110

Color Harmonies of #03BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BE64

Black with #03BE64

Text Example


Text Example

White with #03BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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