Html Css Color HEX #0BEF8B Medium Spring Green

📋 copy color: '#0BEF8B'

red 11 ◦ green 239 ◦ blue 139

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

Shades of Medium Spring Green #0BEF8B

Tints of Medium Spring Green #0BEF8B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 61.44%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 2.83%
G = 61.44%
B = 35.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#0BEF8B (or 0x0BEF8B) is known color: Medium Spring Green. HEX triplet: 0B, EF and 8B. RGB value is (11,239,139). Sum of RGB (Red+Green+Blue) = 11+239+139=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 239 (93.75% from 255 or 61.44% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEF8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEF8B is #F41074. Grayscale: #9F9F9F. Windows color (decimal): -15994997 or 9170699. OLE color: 9170699.

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

Color convert

RGB 11 239 139 -
CMYK 0.95 0 0.42 0.06
HSL 153.68º 0.91% 0.49% -
HSV(B) 153.68º 0.95% 0.94% -
XYZ 35.66 63.67 34.84 -
YUV 159.43 116.46 22.13 -
System Red Green Blue C M Y K H S L
Decimal 11 239 139 0.95 0 0.42 0.06 153.68 0.91 0.49
Hex B EF 8B 5F 0 2A 6 9A 5B 31
Octal 13 357 213 137 0 52 6 232 133 61
Binary 1011 11101111 10001011 1011111 0 101010 110 10011010 1011011 110001

Color Harmonies of #0BEF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEF8B

Black with #0BEF8B

Text Example


Text Example

White with #0BEF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,239,139); }

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

background-color css

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

 a { background-color: rgb(11,239,139); }

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

border-color css

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

 span { border-color: rgb(11,239,139); }

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