Html Css Color HEX #14FB7D Spring Green

📋 copy color: '#14FB7D'

red 20 ◦ green 251 ◦ blue 125

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

Shades of Spring Green #14FB7D

Tints of Spring Green #14FB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 63.38%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 5.05%
G = 63.38%
B = 31.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#14FB7D (or 0x14FB7D) is known color: Spring Green. HEX triplet: 14, FB and 7D. RGB value is (20,251,125). Sum of RGB (Red+Green+Blue) = 20+251+125=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #14FB7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FB7D is #EB0482. Grayscale: #A7A7A7. Windows color (decimal): -15402115 or 8256276. OLE color: 8256276.

HSL color Cylindrical-coordinate representation of color #14FB7D: hue angle of 147.27º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FB7D is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 251 125 -
CMYK 0.92 0 0.50 0.02
HSL 147.27º 0.97% 0.53% -
HSV(B) 147.27º 0.92% 0.98% -
XYZ 38.49 70.62 31.01 -
YUV 167.57 103.97 22.75 -
System Red Green Blue C M Y K H S L
Decimal 20 251 125 0.92 0 0.50 0.02 147.27 0.97 0.53
Hex 14 FB 7D 5C 0 32 2 93 61 35
Octal 24 373 175 134 0 62 2 223 141 65
Binary 10100 11111011 1111101 1011100 0 110010 10 10010011 1100001 110101

Color Harmonies of #14FB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FB7D

Black with #14FB7D

Text Example


Text Example

White with #14FB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,251,125); }

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

background-color css

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

 a { background-color: rgb(20,251,125); }

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

border-color css

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

 span { border-color: rgb(20,251,125); }

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