Html Css Color HEX #14D78D Caribbean Green

📋 copy color: '#14D78D'

red 20 ◦ green 215 ◦ blue 141

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

Shades of Caribbean Green #14D78D

Tints of Caribbean Green #14D78D

RGB

 RED value IS 20 (8.2% from 255) = 5.32%

 GREEN value IS 215 (84.38% from 255) = 57.18%

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

R = 5.32%
G = 57.18%
B = 37.5%

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

#14D78D (or 0x14D78D) is known color: Caribbean Green. HEX triplet: 14, D7 and 8D. RGB value is (20,215,141). Sum of RGB (Red+Green+Blue) = 20+215+141=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #14D78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D78D is #EB2872. Grayscale: #949494. Windows color (decimal): -15411315 or 9295636. OLE color: 9295636.

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

Color convert

RGB 20 215 141 -
CMYK 0.91 0 0.34 0.16
HSL 157.23º 0.83% 0.46% -
HSV(B) 157.23º 0.91% 0.84% -
XYZ 29.4 50.67 33.43 -
YUV 148.26 123.9 36.52 -
System Red Green Blue C M Y K H S L
Decimal 20 215 141 0.91 0 0.34 0.16 157.23 0.83 0.46
Hex 14 D7 8D 5B 0 22 10 9D 53 2E
Octal 24 327 215 133 0 42 20 235 123 56
Binary 10100 11010111 10001101 1011011 0 100010 10000 10011101 1010011 101110

Color Harmonies of #14D78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D78D

Black with #14D78D

Text Example


Text Example

White with #14D78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14D78D; }

 p { color: rgb(20,215,141); }

 H1.HeaderClassName
 {
   color: #14D78D;
 }
 .AnyTagClassName
 {
   color: #14D78D;
 }
</style>

background-color css

<style>
 a { background-color: #14D78D; }

 a { background-color: rgb(20,215,141); }

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

border-color css

<style>
 span { border-color: #14D78D; }

 span { border-color: rgb(20,215,141); }

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