Html Css Color HEX #0DF8BD Medium Spring Green

📋 copy color: '#0DF8BD'

red 13 ◦ green 248 ◦ blue 189

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

Shades of Medium Spring Green #0DF8BD

Tints of Medium Spring Green #0DF8BD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.11%

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

R = 2.89%
G = 55.11%
B = 42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#0DF8BD (or 0x0DF8BD) is known color: Medium Spring Green. HEX triplet: 0D, F8 and BD. RGB value is (13,248,189). Sum of RGB (Red+Green+Blue) = 13+248+189=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF8BD is #F20742. Grayscale: #ABABAB. Windows color (decimal): -15861571 or 12449805. OLE color: 12449805.

HSL color Cylindrical-coordinate representation of color #0DF8BD: hue angle of 164.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF8BD is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 13 248 189 -
CMYK 0.95 0 0.24 0.03
HSL 164.94º 0.94% 0.51% -
HSV(B) 164.94º 0.95% 0.97% -
XYZ 42.92 70.89 59.57 -
YUV 171.01 138.14 15.3 -
System Red Green Blue C M Y K H S L
Decimal 13 248 189 0.95 0 0.24 0.03 164.94 0.94 0.51
Hex D F8 BD 5F 0 18 3 A5 5E 33
Octal 15 370 275 137 0 30 3 245 136 63
Binary 1101 11111000 10111101 1011111 0 11000 11 10100101 1011110 110011

Color Harmonies of #0DF8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF8BD

Black with #0DF8BD

Text Example


Text Example

White with #0DF8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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