Html Css Color HEX #13BF65 Jade

📋 copy color: '#13BF65'

red 19 ◦ green 191 ◦ blue 101

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

Shades of Jade #13BF65

Tints of Jade #13BF65

RGB

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

 GREEN value IS 191 (75% from 255) = 61.41%

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

R = 6.11%
G = 61.41%
B = 32.48%

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

#13BF65 (or 0x13BF65) is known color: Jade. HEX triplet: 13, BF and 65. RGB value is (19,191,101). Sum of RGB (Red+Green+Blue) = 19+191+101=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BF65 is #EC409A. Grayscale: #818181. Windows color (decimal): -15483035 or 6668051. OLE color: 6668051.

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

Color convert

RGB 19 191 101 -
CMYK 0.90 0 0.47 0.25
HSL 148.6º 0.82% 0.41% -
HSV(B) 148.6º 0.9% 0.75% -
XYZ 21.25 38.34 18.59 -
YUV 129.31 112.02 49.32 -
System Red Green Blue C M Y K H S L
Decimal 19 191 101 0.90 0 0.47 0.25 148.6 0.82 0.41
Hex 13 BF 65 5A 0 2F 19 95 52 29
Octal 23 277 145 132 0 57 31 225 122 51
Binary 10011 10111111 1100101 1011010 0 101111 11001 10010101 1010010 101001

Color Harmonies of #13BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF65

Black with #13BF65

Text Example


Text Example

White with #13BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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