Html Css Color HEX #13D58D Caribbean Green

📋 copy color: '#13D58D'

red 19 ◦ green 213 ◦ blue 141

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

Shades of Caribbean Green #13D58D

Tints of Caribbean Green #13D58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.1%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 5.09%
G = 57.1%
B = 37.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#13D58D (or 0x13D58D) is known color: Caribbean Green. HEX triplet: 13, D5 and 8D. RGB value is (19,213,141). Sum of RGB (Red+Green+Blue) = 19+213+141=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #13D58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D58D is #EC2A72. Grayscale: #929292. Windows color (decimal): -15477363 or 9295123. OLE color: 9295123.

HSL color Cylindrical-coordinate representation of color #13D58D: hue angle of 157.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D58D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 213 141 -
CMYK 0.91 0 0.34 0.16
HSL 157.73º 0.84% 0.45% -
HSV(B) 157.73º 0.91% 0.84% -
XYZ 28.87 49.65 33.26 -
YUV 146.79 124.73 36.85 -
System Red Green Blue C M Y K H S L
Decimal 19 213 141 0.91 0 0.34 0.16 157.73 0.84 0.45
Hex 13 D5 8D 5B 0 22 10 9E 54 2D
Octal 23 325 215 133 0 42 20 236 124 55
Binary 10011 11010101 10001101 1011011 0 100010 10000 10011110 1010100 101101

Color Harmonies of #13D58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D58D

Black with #13D58D

Text Example


Text Example

White with #13D58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,141); }

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

background-color css

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

 a { background-color: rgb(19,213,141); }

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

border-color css

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

 span { border-color: rgb(19,213,141); }

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