#B4F66B

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

Shades of Sulu #B4F66B

Tints of Sulu #B4F66B

Color information

#B4F66B (or 0xB4F66B) is unknown color: approx Sulu. HEX triplet: B4, F6 and 6B. RGB value is (180,246,107). Sum of RGB (Red+Green+Blue) = 180+246+107=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F66B is #4B0994. Grayscale: #D2D2D2. Windows color (decimal): -4917653 or 7075508. OLE color: 7075508.

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

Color convert

RGB180246107-
CMYK0.2700.570.04
HSL88.49º88.54%69.22%-
HSV(B)88.49º56.5%96.47%-
XYZ54.4376.6825.84-
YUV210.4269.63106.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 107 (42.19% from 255) = 20.08%
R=33.77%
G=46.15%
B=20.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802461070.2700.570.0488.4988.5469.22
HexB4F66B1B0394585945
Octal264366153330714130131105
Binary10110100111101101101011110110111001100101100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F66B; }

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

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

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

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

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

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

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

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