#B4F67B

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

Shades of Sulu #B4F67B

Tints of Sulu #B4F67B

Color information

#B4F67B (or 0xB4F67B) is unknown color: approx Sulu. HEX triplet: B4, F6 and 7B. RGB value is (180,246,123). Sum of RGB (Red+Green+Blue) = 180+246+123=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F67B is #4B0984. Grayscale: #D4D4D4. Windows color (decimal): -4917637 or 8124084. OLE color: 8124084.

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

Color convert

RGB180246123-
CMYK0.2700.500.04
HSL92.2º87.23%72.35%-
HSV(B)92.2º50%96.47%-
XYZ55.3577.0430.69-
YUV212.2477.63105-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=32.79%
G=44.81%
B=22.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802461230.2700.500.0492.287.2372.35
HexB4F67B1B03245c5748
Octal264366173330624134127110
Binary10110100111101101111011110110110010100101110010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F67B; }

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

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

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

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

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

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

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

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