Html Css Color HEX #13CF4C Malachite

📋 copy color: '#13CF4C'

red 19 ◦ green 207 ◦ blue 76

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

Shades of Malachite #13CF4C

Tints of Malachite #13CF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 6.29%
G = 68.54%
B = 25.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#13CF4C (or 0x13CF4C) is known color: Malachite. HEX triplet: 13, CF and 4C. RGB value is (19,207,76). Sum of RGB (Red+Green+Blue) = 19+207+76=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CF4C is #EC30B3. Grayscale: #888888. Windows color (decimal): -15478964 or 5033747. OLE color: 5033747.

HSL color Cylindrical-coordinate representation of color #13CF4C: hue angle of 138.19º 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 #13CF4C is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 207 76 -
CMYK 0.91 0 0.63 0.19
HSL 138.19º 0.83% 0.44% -
HSV(B) 138.19º 0.91% 0.81% -
XYZ 23.89 45.29 14.32 -
YUV 135.85 94.22 44.65 -
System Red Green Blue C M Y K H S L
Decimal 19 207 76 0.91 0 0.63 0.19 138.19 0.83 0.44
Hex 13 CF 4C 5B 0 3F 13 8A 53 2C
Octal 23 317 114 133 0 77 23 212 123 54
Binary 10011 11001111 1001100 1011011 0 111111 10011 10001010 1010011 101100

Color Harmonies of #13CF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF4C

Black with #13CF4C

Text Example


Text Example

White with #13CF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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