#B0F275

Color #B0F275 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B0F275

Tints of Sulu #B0F275

Color information

#B0F275 (or 0xB0F275) is unknown color: approx Sulu. HEX triplet: B0, F2 and 75. RGB value is (176,242,117). Sum of RGB (Red+Green+Blue) = 176+242+117=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F275 is #4F0D8A. Grayscale: #D0D0D0. Windows color (decimal): -5180811 or 7729840. OLE color: 7729840.

HSL color Cylindrical-coordinate representation of color #B0F275: hue angle of 91.68º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0F275 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB176242117-
CMYK0.2700.520.05
HSL91.68º82.78%70.39%-
HSV(B)91.68º51.65%94.9%-
XYZ52.8774.0228.33-
YUV208.0276.63105.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=32.90%
G=45.23%
B=21.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421170.2700.520.0591.6882.7870.39
HexB0F2751B03455c5346
Octal260362165330645134123106
Binary10110000111100101110101110110110100101101110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F275; }

 p { color: rgb(176,242,117); }

 H1.HeaderClassName
 {
   color: #B0F275;
 }
 .AnyTagClassName
 {
   color: #B0F275;
 }
</style>
background-color css

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

 a { background-color: rgb(176,242,117); }

 div.DivClassName
 {
   background-color: #B0F275;
 }
 .BgClassName
 {
   background-color: #B0F275;
 }
</style>
border-color css

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

 span { border-color: rgb(176,242,117); }

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