#B4FF83

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

Shades of Sulu #B4FF83

Tints of Sulu #B4FF83

Color information

#B4FF83 (or 0xB4FF83) is unknown color: approx Sulu. HEX triplet: B4, FF and 83. RGB value is (180,255,131). Sum of RGB (Red+Green+Blue) = 180+255+131=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FF83 is #4B007C. Grayscale: #DADADA. Windows color (decimal): -4915325 or 8650676. OLE color: 8650676.

HSL color Cylindrical-coordinate representation of color #B4FF83: hue angle of 96.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4FF83 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB180255131-
CMYK0.2900.490
HSL96.29º100%75.69%-
HSV(B)96.29º48.63%100%-
XYZ58.6882.8634.37-
YUV218.4478.65100.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=31.80%
G=45.05%
B=23.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551310.2900.49096.2910075.69
HexB4FF831D031060644c
Octal264377203350610140144114
Binary1011010011111111100000111110101100010110000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF83; }

 p { color: rgb(180,255,131); }

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

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

 a { background-color: rgb(180,255,131); }

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

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

 span { border-color: rgb(180,255,131); }

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