#B4F86D

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

Shades of Sulu #B4F86D

Tints of Sulu #B4F86D

Color information

#B4F86D (or 0xB4F86D) is unknown color: approx Sulu. HEX triplet: B4, F8 and 6D. RGB value is (180,248,109). Sum of RGB (Red+Green+Blue) = 180+248+109=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F86D is #4B0792. Grayscale: #D4D4D4. Windows color (decimal): -4917139 or 7207092. OLE color: 7207092.

HSL color Cylindrical-coordinate representation of color #B4F86D: hue angle of 89.35º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4F86D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB180248109-
CMYK0.2700.560.03
HSL89.35º90.85%70%-
HSV(B)89.35º56.05%97.25%-
XYZ55.1577.9426.61-
YUV211.8269.97105.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 248 (97.27% from 255) = 46.18%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=33.52%
G=46.18%
B=20.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802481090.2700.560.0389.3590.8570
HexB4F86D1B0383595b46
Octal264370155330703131133106
Binary1011010011111000110110111011011100011101100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F86D; }

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

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

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

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

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

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

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

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