Html Css Color HEX #0BED97 Medium Spring Green

📋 copy color: '#0BED97'

red 11 ◦ green 237 ◦ blue 151

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

Shades of Medium Spring Green #0BED97

Tints of Medium Spring Green #0BED97

RGB

 RED value IS 11 (4.69% from 255) = 2.76%

 GREEN value IS 237 (92.97% from 255) = 59.4%

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 2.76%
G = 59.4%
B = 37.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#0BED97 (or 0x0BED97) is known color: Medium Spring Green. HEX triplet: 0B, ED and 97. RGB value is (11,237,151). Sum of RGB (Red+Green+Blue) = 11+237+151=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BED97 is #F41268. Grayscale: #9F9F9F. Windows color (decimal): -15995497 or 9956619. OLE color: 9956619.

HSL color Cylindrical-coordinate representation of color #0BED97: hue angle of 157.17º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED97 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 237 151 -
CMYK 0.95 0 0.36 0.07
HSL 157.17º 0.91% 0.49% -
HSV(B) 157.17º 0.95% 0.93% -
XYZ 36.01 62.87 39.52 -
YUV 159.62 123.13 21.99 -
System Red Green Blue C M Y K H S L
Decimal 11 237 151 0.95 0 0.36 0.07 157.17 0.91 0.49
Hex B ED 97 5F 0 24 7 9D 5B 31
Octal 13 355 227 137 0 44 7 235 133 61
Binary 1011 11101101 10010111 1011111 0 100100 111 10011101 1011011 110001

Color Harmonies of #0BED97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BED97

Black with #0BED97

Text Example


Text Example

White with #0BED97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,237,151); }

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

background-color css

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

 a { background-color: rgb(11,237,151); }

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

border-color css

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

 span { border-color: rgb(11,237,151); }

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