Html Css Color HEX #13CF5F Malachite

📋 copy color: '#13CF5F'

red 19 ◦ green 207 ◦ blue 95

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

Shades of Malachite #13CF5F

Tints of Malachite #13CF5F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.49%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 5.92%
G = 64.49%
B = 29.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#13CF5F (or 0x13CF5F) is known color: Malachite. HEX triplet: 13, CF and 5F. RGB value is (19,207,95). Sum of RGB (Red+Green+Blue) = 19+207+95=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF5F is #EC30A0. Grayscale: #8A8A8A. Windows color (decimal): -15478945 or 6278931. OLE color: 6278931.

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

Color convert

RGB 19 207 95 -
CMYK 0.91 0 0.54 0.19
HSL 144.26º 0.83% 0.44% -
HSV(B) 144.26º 0.91% 0.81% -
XYZ 24.65 45.59 18.33 -
YUV 138.02 103.72 43.11 -
System Red Green Blue C M Y K H S L
Decimal 19 207 95 0.91 0 0.54 0.19 144.26 0.83 0.44
Hex 13 CF 5F 5B 0 36 13 90 53 2C
Octal 23 317 137 133 0 66 23 220 123 54
Binary 10011 11001111 1011111 1011011 0 110110 10011 10010000 1010011 101100

Color Harmonies of #13CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF5F

Black with #13CF5F

Text Example


Text Example

White with #13CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,95); }

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

background-color css

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

 a { background-color: rgb(19,207,95); }

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

border-color css

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

 span { border-color: rgb(19,207,95); }

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