Html Css Color HEX #0DFFBB Medium Spring Green

📋 copy color: '#0DFFBB'

red 13 ◦ green 255 ◦ blue 187

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

Shades of Medium Spring Green #0DFFBB

Tints of Medium Spring Green #0DFFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 56.04%

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 2.86%
G = 56.04%
B = 41.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#0DFFBB (or 0x0DFFBB) is known color: Medium Spring Green. HEX triplet: 0D, FF and BB. RGB value is (13,255,187). Sum of RGB (Red+Green+Blue) = 13+255+187=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFBB is #F20044. Grayscale: #AEAEAE. Windows color (decimal): -15859781 or 12320525. OLE color: 12320525.

HSL color Cylindrical-coordinate representation of color #0DFFBB: hue angle of 163.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFBB is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 187 -
CMYK 0.95 0 0.27 0
HSL 163.14º 1% 0.53% -
HSV(B) 163.14º 0.95% 1% -
XYZ 44.9 75.19 59.16 -
YUV 174.89 134.83 12.53 -
System Red Green Blue C M Y K H S L
Decimal 13 255 187 0.95 0 0.27 0 163.14 1 0.53
Hex D FF BB 5F 0 1B 0 A3 64 35
Octal 15 377 273 137 0 33 0 243 144 65
Binary 1101 11111111 10111011 1011111 0 11011 0 10100011 1100100 110101

Color Harmonies of #0DFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFBB

Black with #0DFFBB

Text Example


Text Example

White with #0DFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,255,187); }

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

background-color css

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

 a { background-color: rgb(13,255,187); }

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

border-color css

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

 span { border-color: rgb(13,255,187); }

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