#B4FB85

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

Shades of Sulu #B4FB85

Tints of Sulu #B4FB85

Color information

#B4FB85 (or 0xB4FB85) is unknown color: approx Sulu. HEX triplet: B4, FB and 85. RGB value is (180,251,133). Sum of RGB (Red+Green+Blue) = 180+251+133=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FB85 is #4B047A. Grayscale: #D8D8D8. Windows color (decimal): -4916347 or 8780724. OLE color: 8780724.

HSL color Cylindrical-coordinate representation of color #B4FB85: hue angle of 96.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4FB85 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB180251133-
CMYK0.2800.470.02
HSL96.1º93.65%75.29%-
HSV(B)96.1º47.01%98.43%-
XYZ57.5580.3934.67-
YUV216.3280.98102.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 251 (98.44% from 255) = 44.50%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=31.91%
G=44.50%
B=23.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511330.2800.470.0296.193.6575.29
HexB4FB851C02F2605e4b
Octal264373205340572140136113
Binary10110100111110111000010111100010111110110000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB85; }

 p { color: rgb(180,251,133); }

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

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

 a { background-color: rgb(180,251,133); }

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

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

 span { border-color: rgb(180,251,133); }

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