#B7FD85

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

Shades of Sulu #B7FD85

Tints of Sulu #B7FD85

Color information

#B7FD85 (or 0xB7FD85) is unknown color: approx Sulu. HEX triplet: B7, FD and 85. RGB value is (183,253,133). Sum of RGB (Red+Green+Blue) = 183+253+133=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FD85 is #48027A. Grayscale: #DADADA. Windows color (decimal): -4719227 or 8781239. OLE color: 8781239.

HSL color Cylindrical-coordinate representation of color #B7FD85: hue angle of 95º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7FD85 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB183253133-
CMYK0.2800.470.01
HSL95º96.77%75.69%-
HSV(B)95º47.43%99.22%-
XYZ58.8982.0134.92-
YUV218.3979.81102.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=32.16%
G=44.46%
B=23.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832531330.2800.470.019596.7775.69
HexB7FD851C02F15f614c
Octal267375205340571137141114
Binary1011011111111101100001011110001011111101111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FD85; }

 p { color: rgb(183,253,133); }

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

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

 a { background-color: rgb(183,253,133); }

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

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

 span { border-color: rgb(183,253,133); }

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