Html Css Color HEX #0BE393 Medium Spring Green

📋 copy color: '#0BE393'

red 11 ◦ green 227 ◦ blue 147

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

Shades of Medium Spring Green #0BE393

Tints of Medium Spring Green #0BE393

RGB

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

 GREEN value IS 227 (89.06% from 255) = 58.96%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 2.86%
G = 58.96%
B = 38.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#0BE393 (or 0x0BE393) is known color: Medium Spring Green. HEX triplet: 0B, E3 and 93. RGB value is (11,227,147). Sum of RGB (Red+Green+Blue) = 11+227+147=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 227 (89.06% from 255 or 58.96% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE393 is #F41C6C. Grayscale: #999999. Windows color (decimal): -15998061 or 9691915. OLE color: 9691915.

HSL color Cylindrical-coordinate representation of color #0BE393: hue angle of 157.78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE393 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 227 147 -
CMYK 0.95 0 0.35 0.11
HSL 157.78º 0.91% 0.47% -
HSV(B) 157.78º 0.95% 0.89% -
XYZ 32.87 57.12 36.9 -
YUV 153.3 124.44 26.5 -
System Red Green Blue C M Y K H S L
Decimal 11 227 147 0.95 0 0.35 0.11 157.78 0.91 0.47
Hex B E3 93 5F 0 23 B 9E 5B 2F
Octal 13 343 223 137 0 43 13 236 133 57
Binary 1011 11100011 10010011 1011111 0 100011 1011 10011110 1011011 101111

Color Harmonies of #0BE393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE393

Black with #0BE393

Text Example


Text Example

White with #0BE393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,227,147); }

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

background-color css

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

 a { background-color: rgb(11,227,147); }

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

border-color css

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

 span { border-color: rgb(11,227,147); }

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