Html Css Color HEX #13CB66 Malachite

📋 copy color: '#13CB66'

red 19 ◦ green 203 ◦ blue 102

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

Shades of Malachite #13CB66

Tints of Malachite #13CB66

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.65%

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 5.86%
G = 62.65%
B = 31.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#13CB66 (or 0x13CB66) is known color: Malachite. HEX triplet: 13, CB and 66. RGB value is (19,203,102). Sum of RGB (Red+Green+Blue) = 19+203+102=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB66 is #EC3499. Grayscale: #888888. Windows color (decimal): -15479962 or 6736659. OLE color: 6736659.

HSL color Cylindrical-coordinate representation of color #13CB66: hue angle of 147.07º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB66 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 102 -
CMYK 0.91 0 0.50 0.20
HSL 147.07º 0.83% 0.44% -
HSV(B) 147.07º 0.91% 0.8% -
XYZ 24.02 43.81 19.76 -
YUV 136.47 108.54 44.21 -
System Red Green Blue C M Y K H S L
Decimal 19 203 102 0.91 0 0.50 0.20 147.07 0.83 0.44
Hex 13 CB 66 5B 0 32 14 93 53 2C
Octal 23 313 146 133 0 62 24 223 123 54
Binary 10011 11001011 1100110 1011011 0 110010 10100 10010011 1010011 101100

Color Harmonies of #13CB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB66

Black with #13CB66

Text Example


Text Example

White with #13CB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,203,102); }

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

background-color css

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

 a { background-color: rgb(19,203,102); }

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

border-color css

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

 span { border-color: rgb(19,203,102); }

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