Html Css Color HEX #0BE083 Spring Green

📋 copy color: '#0BE083'

red 11 ◦ green 224 ◦ blue 131

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

Shades of Spring Green #0BE083

Tints of Spring Green #0BE083

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.2%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 3.01%
G = 61.2%
B = 35.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#0BE083 (or 0x0BE083) is known color: Spring Green. HEX triplet: 0B, E0 and 83. RGB value is (11,224,131). Sum of RGB (Red+Green+Blue) = 11+224+131=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE083 is #F41F7C. Grayscale: #959595. Windows color (decimal): -15998845 or 8642571. OLE color: 8642571.

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

Color convert

RGB 11 224 131 -
CMYK 0.95 0 0.42 0.12
HSL 153.8º 0.91% 0.46% -
HSV(B) 153.8º 0.95% 0.88% -
XYZ 30.89 55.02 30.46 -
YUV 149.71 117.43 29.06 -
System Red Green Blue C M Y K H S L
Decimal 11 224 131 0.95 0 0.42 0.12 153.8 0.91 0.46
Hex B E0 83 5F 0 2A C 9A 5B 2E
Octal 13 340 203 137 0 52 14 232 133 56
Binary 1011 11100000 10000011 1011111 0 101010 1100 10011010 1011011 101110

Color Harmonies of #0BE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE083

Black with #0BE083

Text Example


Text Example

White with #0BE083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,224,131); }

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

background-color css

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

 a { background-color: rgb(11,224,131); }

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

border-color css

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

 span { border-color: rgb(11,224,131); }

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