#B4F37D

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

Shades of Sulu #B4F37D

Tints of Sulu #B4F37D

Color information

#B4F37D (or 0xB4F37D) is unknown color: approx Sulu. HEX triplet: B4, F3 and 7D. RGB value is (180,243,125). Sum of RGB (Red+Green+Blue) = 180+243+125=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F37D is #4B0C82. Grayscale: #D3D3D3. Windows color (decimal): -4918403 or 8254388. OLE color: 8254388.

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

Color convert

RGB180243125-
CMYK0.2600.490.05
HSL92.03º83.1%72.16%-
HSV(B)92.03º48.56%95.29%-
XYZ54.5775.2931.06-
YUV210.7179.63106.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 243 (95.31% from 255) = 44.34%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=32.85%
G=44.34%
B=22.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802431250.2600.490.0592.0383.172.16
HexB4F37D1A03155c5348
Octal264363175320615134123110
Binary10110100111100111111101110100110001101101110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F37D; }

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

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

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

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

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

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

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

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