Html Css Color HEX #0BE185 Spring Green

📋 copy color: '#0BE185'

red 11 ◦ green 225 ◦ blue 133

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

Shades of Spring Green #0BE185

Tints of Spring Green #0BE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.98%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 2.98%
G = 60.98%
B = 36.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#0BE185 (or 0x0BE185) is known color: Spring Green. HEX triplet: 0B, E1 and 85. RGB value is (11,225,133). Sum of RGB (Red+Green+Blue) = 11+225+133=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE185 is #F41E7A. Grayscale: #969696. Windows color (decimal): -15998587 or 8773899. OLE color: 8773899.

HSL color Cylindrical-coordinate representation of color #0BE185: hue angle of 154.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE185 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 133 -
CMYK 0.95 0 0.41 0.12
HSL 154.21º 0.91% 0.46% -
HSV(B) 154.21º 0.95% 0.88% -
XYZ 31.3 55.62 31.28 -
YUV 150.53 118.1 28.48 -
System Red Green Blue C M Y K H S L
Decimal 11 225 133 0.95 0 0.41 0.12 154.21 0.91 0.46
Hex B E1 85 5F 0 29 C 9A 5B 2E
Octal 13 341 205 137 0 51 14 232 133 56
Binary 1011 11100001 10000101 1011111 0 101001 1100 10011010 1011011 101110

Color Harmonies of #0BE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE185

Black with #0BE185

Text Example


Text Example

White with #0BE185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,225,133); }

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

background-color css

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

 a { background-color: rgb(11,225,133); }

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

border-color css

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

 span { border-color: rgb(11,225,133); }

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