Html Css Color HEX #0BF885 Spring Green

📋 copy color: '#0BF885'

red 11 ◦ green 248 ◦ blue 133

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

Shades of Spring Green #0BF885

Tints of Spring Green #0BF885

RGB

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

 GREEN value IS 248 (97.27% from 255) = 63.27%

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

R = 2.81%
G = 63.27%
B = 33.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#0BF885 (or 0x0BF885) is known color: Spring Green. HEX triplet: 0B, F8 and 85. RGB value is (11,248,133). Sum of RGB (Red+Green+Blue) = 11+248+133=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 248 (97.27% from 255 or 63.27% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF885 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF885 is #F4077A. Grayscale: #A4A4A4. Windows color (decimal): -15992699 or 8779787. OLE color: 8779787.

HSL color Cylindrical-coordinate representation of color #0BF885: hue angle of 150.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF885 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 248 133 -
CMYK 0.96 0 0.46 0.03
HSL 150.89º 0.94% 0.51% -
HSV(B) 150.89º 0.96% 0.97% -
XYZ 37.94 68.9 33.49 -
YUV 164.03 110.48 18.85 -
System Red Green Blue C M Y K H S L
Decimal 11 248 133 0.96 0 0.46 0.03 150.89 0.94 0.51
Hex B F8 85 60 0 2E 3 97 5E 33
Octal 13 370 205 140 0 56 3 227 136 63
Binary 1011 11111000 10000101 1100000 0 101110 11 10010111 1011110 110011

Color Harmonies of #0BF885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF885

Black with #0BF885

Text Example


Text Example

White with #0BF885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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