#B4F36B

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

Shades of Sulu #B4F36B

Tints of Sulu #B4F36B

Color information

#B4F36B (or 0xB4F36B) is unknown color: approx Sulu. HEX triplet: B4, F3 and 6B. RGB value is (180,243,107). Sum of RGB (Red+Green+Blue) = 180+243+107=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F36B is #4B0C94. Grayscale: #D1D1D1. Windows color (decimal): -4918421 or 7074740. OLE color: 7074740.

HSL color Cylindrical-coordinate representation of color #B4F36B: hue angle of 87.79º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4F36B is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB180243107-
CMYK0.2600.560.05
HSL87.79º85%68.63%-
HSV(B)87.79º55.97%95.29%-
XYZ53.5374.8725.54-
YUV208.6670.63107.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 243 (95.31% from 255) = 45.85%
BLUE value IS 107 (42.19% from 255) = 20.19%
R=33.96%
G=45.85%
B=20.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802431070.2600.560.0587.798568.63
HexB4F36B1A0385585545
Octal264363153320705130125105
Binary10110100111100111101011110100111000101101100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F36B; }

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

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

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

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

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

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

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

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