Html Css Color HEX #0BFF75 Spring Green

📋 copy color: '#0BFF75'

red 11 ◦ green 255 ◦ blue 117

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

Shades of Spring Green #0BFF75

Tints of Spring Green #0BFF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 2.87%
G = 66.58%
B = 30.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#0BFF75 (or 0x0BFF75) is known color: Spring Green. HEX triplet: 0B, FF and 75. RGB value is (11,255,117). Sum of RGB (Red+Green+Blue) = 11+255+117=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF75 is #F4008A. Grayscale: #A6A6A6. Windows color (decimal): -15990923 or 7733003. OLE color: 7733003.

HSL color Cylindrical-coordinate representation of color #0BFF75: hue angle of 146.07º 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 #0BFF75 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 11 255 117 -
CMYK 0.96 0 0.54 0
HSL 146.07º 1% 0.52% -
HSV(B) 146.07º 0.96% 1% -
XYZ 39.11 72.88 28.83 -
YUV 166.31 100.16 17.22 -
System Red Green Blue C M Y K H S L
Decimal 11 255 117 0.96 0 0.54 0 146.07 1 0.52
Hex B FF 75 60 0 36 0 92 64 34
Octal 13 377 165 140 0 66 0 222 144 64
Binary 1011 11111111 1110101 1100000 0 110110 0 10010010 1100100 110100

Color Harmonies of #0BFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFF75

Black with #0BFF75

Text Example


Text Example

White with #0BFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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