Html Css Color HEX #0DFDBD Medium Spring Green

📋 copy color: '#0DFDBD'

red 13 ◦ green 253 ◦ blue 189

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

Shades of Medium Spring Green #0DFDBD

Tints of Medium Spring Green #0DFDBD

RGB

 RED value IS 13 (5.47% from 255) = 2.86%

 GREEN value IS 253 (99.22% from 255) = 55.6%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 2.86%
G = 55.6%
B = 41.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#0DFDBD (or 0x0DFDBD) is known color: Medium Spring Green. HEX triplet: 0D, FD and BD. RGB value is (13,253,189). Sum of RGB (Red+Green+Blue) = 13+253+189=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFDBD is #F20242. Grayscale: #ADADAD. Windows color (decimal): -15860291 or 12451085. OLE color: 12451085.

HSL color Cylindrical-coordinate representation of color #0DFDBD: hue angle of 164º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFDBD is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 253 189 -
CMYK 0.95 0 0.25 0.01
HSL 164º 0.98% 0.52% -
HSV(B) 164º 0.95% 0.99% -
XYZ 44.48 74.01 60.09 -
YUV 173.94 136.49 13.2 -
System Red Green Blue C M Y K H S L
Decimal 13 253 189 0.95 0 0.25 0.01 164 0.98 0.52
Hex D FD BD 5F 0 19 1 A4 62 34
Octal 15 375 275 137 0 31 1 244 142 64
Binary 1101 11111101 10111101 1011111 0 11001 1 10100100 1100010 110100

Color Harmonies of #0DFDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFDBD

Black with #0DFDBD

Text Example


Text Example

White with #0DFDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DFDBD; }

 p { color: rgb(13,253,189); }

 H1.HeaderClassName
 {
   color: #0DFDBD;
 }
 .AnyTagClassName
 {
   color: #0DFDBD;
 }
</style>

background-color css

<style>
 a { background-color: #0DFDBD; }

 a { background-color: rgb(13,253,189); }

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

border-color css

<style>
 span { border-color: #0DFDBD; }

 span { border-color: rgb(13,253,189); }

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