#B0FE7D

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

Shades of Sulu #B0FE7D

Tints of Sulu #B0FE7D

Color information

#B0FE7D (or 0xB0FE7D) is unknown color: approx Sulu. HEX triplet: B0, FE and 7D. RGB value is (176,254,125). Sum of RGB (Red+Green+Blue) = 176+254+125=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE7D is #4F0182. Grayscale: #D8D8D8. Windows color (decimal): -5177731 or 8257200. OLE color: 8257200.

HSL color Cylindrical-coordinate representation of color #B0FE7D: hue angle of 96.28º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FE7D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB176254125-
CMYK0.3100.510.00
HSL96.28º98.47%74.31%-
HSV(B)96.28º50.79%99.61%-
XYZ57.0581.5932.14-
YUV215.9776.6699.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 254 (99.61% from 255) = 45.77%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=31.71%
G=45.77%
B=22.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541250.3100.510.0096.2898.4774.31
HexB0FE7D1F033060624a
Octal260376175370630140142112
Binary101100001111111011111011111101100110110000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE7D; }

 p { color: rgb(176,254,125); }

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

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

 a { background-color: rgb(176,254,125); }

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

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

 span { border-color: rgb(176,254,125); }

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