Html Css Color HEX #0DFBBE Medium Spring Green

📋 copy color: '#0DFBBE'

red 13 ◦ green 251 ◦ blue 190

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

Shades of Medium Spring Green #0DFBBE

Tints of Medium Spring Green #0DFBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 2.86%
G = 55.29%
B = 41.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0DFBBE (or 0x0DFBBE) is known color: Medium Spring Green. HEX triplet: 0D, FB and BE. RGB value is (13,251,190). Sum of RGB (Red+Green+Blue) = 13+251+190=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFBBE is #F20441. Grayscale: #ACACAC. Windows color (decimal): -15860802 or 12516109. OLE color: 12516109.

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

Color convert

RGB 13 251 190 -
CMYK 0.95 0 0.24 0.02
HSL 164.62º 0.97% 0.52% -
HSV(B) 164.62º 0.95% 0.98% -
XYZ 43.96 72.8 60.45 -
YUV 172.88 137.65 13.96 -
System Red Green Blue C M Y K H S L
Decimal 13 251 190 0.95 0 0.24 0.02 164.62 0.97 0.52
Hex D FB BE 5F 0 18 2 A5 61 34
Octal 15 373 276 137 0 30 2 245 141 64
Binary 1101 11111011 10111110 1011111 0 11000 10 10100101 1100001 110100

Color Harmonies of #0DFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFBBE

Black with #0DFBBE

Text Example


Text Example

White with #0DFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,251,190); }

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

background-color css

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

 a { background-color: rgb(13,251,190); }

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

border-color css

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

 span { border-color: rgb(13,251,190); }

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