Html Css Color HEX #0BFF7B Spring Green

📋 copy color: '#0BFF7B'

red 11 ◦ green 255 ◦ blue 123

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

Shades of Spring Green #0BFF7B

Tints of Spring Green #0BFF7B

RGB

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

 GREEN value IS 255 (100% from 255) = 65.55%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 2.83%
G = 65.55%
B = 31.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#0BFF7B (or 0x0BFF7B) is known color: Spring Green. HEX triplet: 0B, FF and 7B. RGB value is (11,255,123). Sum of RGB (Red+Green+Blue) = 11+255+123=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF7B is #F40084. Grayscale: #A7A7A7. Windows color (decimal): -15990917 or 8126219. OLE color: 8126219.

HSL color Cylindrical-coordinate representation of color #0BFF7B: hue angle of 147.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF7B is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 11 255 123 -
CMYK 0.96 0 0.52 0
HSL 147.54º 1% 0.52% -
HSV(B) 147.54º 0.96% 1% -
XYZ 39.47 73.02 30.75 -
YUV 167 103.16 16.73 -
System Red Green Blue C M Y K H S L
Decimal 11 255 123 0.96 0 0.52 0 147.54 1 0.52
Hex B FF 7B 60 0 34 0 94 64 34
Octal 13 377 173 140 0 64 0 224 144 64
Binary 1011 11111111 1111011 1100000 0 110100 0 10010100 1100100 110100

Color Harmonies of #0BFF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFF7B

Black with #0BFF7B

Text Example


Text Example

White with #0BFF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,255,123); }

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

background-color css

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

 a { background-color: rgb(11,255,123); }

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

border-color css

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

 span { border-color: rgb(11,255,123); }

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