Html Css Color HEX #13BE65 Jade

📋 copy color: '#13BE65'

red 19 ◦ green 190 ◦ blue 101

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

Shades of Jade #13BE65

Tints of Jade #13BE65

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 6.13%
G = 61.29%
B = 32.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#13BE65 (or 0x13BE65) is known color: Jade. HEX triplet: 13, BE and 65. RGB value is (19,190,101). Sum of RGB (Red+Green+Blue) = 19+190+101=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BE65 is #EC419A. Grayscale: #808080. Windows color (decimal): -15483291 or 6667795. OLE color: 6667795.

HSL color Cylindrical-coordinate representation of color #13BE65: hue angle of 148.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE65 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 190 101 -
CMYK 0.90 0 0.47 0.25
HSL 148.77º 0.82% 0.41% -
HSV(B) 148.77º 0.9% 0.75% -
XYZ 21.03 37.9 18.52 -
YUV 128.73 112.35 49.74 -
System Red Green Blue C M Y K H S L
Decimal 19 190 101 0.90 0 0.47 0.25 148.77 0.82 0.41
Hex 13 BE 65 5A 0 2F 19 95 52 29
Octal 23 276 145 132 0 57 31 225 122 51
Binary 10011 10111110 1100101 1011010 0 101111 11001 10010101 1010010 101001

Color Harmonies of #13BE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE65

Black with #13BE65

Text Example


Text Example

White with #13BE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BE65; }

 p { color: rgb(19,190,101); }

 H1.HeaderClassName
 {
   color: #13BE65;
 }
 .AnyTagClassName
 {
   color: #13BE65;
 }
</style>

background-color css

<style>
 a { background-color: #13BE65; }

 a { background-color: rgb(19,190,101); }

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

border-color css

<style>
 span { border-color: #13BE65; }

 span { border-color: rgb(19,190,101); }

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