#B4F677

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

Shades of Sulu #B4F677

Tints of Sulu #B4F677

Color information

#B4F677 (or 0xB4F677) is unknown color: approx Sulu. HEX triplet: B4, F6 and 77. RGB value is (180,246,119). Sum of RGB (Red+Green+Blue) = 180+246+119=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F677 is #4B0988. Grayscale: #D4D4D4. Windows color (decimal): -4917641 or 7861940. OLE color: 7861940.

HSL color Cylindrical-coordinate representation of color #B4F677: hue angle of 91.18º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4F677 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB180246119-
CMYK0.2700.520.04
HSL91.18º87.59%71.57%-
HSV(B)91.18º51.63%96.47%-
XYZ55.1176.9529.4-
YUV211.7975.63105.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=33.03%
G=45.14%
B=21.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802461190.2700.520.0491.1887.5971.57
HexB4F6771B03445b5848
Octal264366167330644133130110
Binary10110100111101101110111110110110100100101101110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F677; }

 p { color: rgb(180,246,119); }

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

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

 a { background-color: rgb(180,246,119); }

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

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

 span { border-color: rgb(180,246,119); }

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