Html Css Color HEX #0BED91 Medium Spring Green

📋 copy color: '#0BED91'

red 11 ◦ green 237 ◦ blue 145

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

Shades of Medium Spring Green #0BED91

Tints of Medium Spring Green #0BED91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 2.8%
G = 60.31%
B = 36.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#0BED91 (or 0x0BED91) is known color: Medium Spring Green. HEX triplet: 0B, ED and 91. RGB value is (11,237,145). Sum of RGB (Red+Green+Blue) = 11+237+145=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 237 (92.97% from 255 or 60.31% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED91 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BED91 is #F4126E. Grayscale: #9F9F9F. Windows color (decimal): -15995503 or 9563403. OLE color: 9563403.

HSL color Cylindrical-coordinate representation of color #0BED91: hue angle of 155.58º 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 #0BED91 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 237 145 -
CMYK 0.95 0 0.39 0.07
HSL 155.58º 0.91% 0.49% -
HSV(B) 155.58º 0.95% 0.93% -
XYZ 35.53 62.68 37.01 -
YUV 158.94 120.13 22.48 -
System Red Green Blue C M Y K H S L
Decimal 11 237 145 0.95 0 0.39 0.07 155.58 0.91 0.49
Hex B ED 91 5F 0 27 7 9C 5B 31
Octal 13 355 221 137 0 47 7 234 133 61
Binary 1011 11101101 10010001 1011111 0 100111 111 10011100 1011011 110001

Color Harmonies of #0BED91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BED91

Black with #0BED91

Text Example


Text Example

White with #0BED91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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