#B4F16D

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

Shades of Sulu #B4F16D

Tints of Sulu #B4F16D

Color information

#B4F16D (or 0xB4F16D) is unknown color: approx Sulu. HEX triplet: B4, F1 and 6D. RGB value is (180,241,109). Sum of RGB (Red+Green+Blue) = 180+241+109=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F16D is #4B0E92. Grayscale: #D0D0D0. Windows color (decimal): -4918931 or 7205300. OLE color: 7205300.

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

Color convert

RGB180241109-
CMYK0.2500.550.05
HSL87.73º82.5%68.63%-
HSV(B)87.73º54.77%94.51%-
XYZ53.0473.7225.9-
YUV207.7172.29108.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 109 (42.97% from 255) = 20.57%
R=33.96%
G=45.47%
B=20.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802411090.2500.550.0587.7382.568.63
HexB4F16D190375585245
Octal264361155310675130122105
Binary10110100111100011101101110010110111101101100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F16D; }

 p { color: rgb(180,241,109); }

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

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

 a { background-color: rgb(180,241,109); }

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

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

 span { border-color: rgb(180,241,109); }

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