#B4F982

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

Shades of Sulu #B4F982

Tints of Sulu #B4F982

Color information

#B4F982 (or 0xB4F982) is unknown color: approx Sulu. HEX triplet: B4, F9 and 82. RGB value is (180,249,130). Sum of RGB (Red+Green+Blue) = 180+249+130=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F982 is #4B067D. Grayscale: #D7D7D7. Windows color (decimal): -4916862 or 8583604. OLE color: 8583604.

HSL color Cylindrical-coordinate representation of color #B4F982: hue angle of 94.79º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4F982 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB180249130-
CMYK0.2800.480.02
HSL94.79º90.84%74.31%-
HSV(B)94.79º47.79%97.65%-
XYZ56.7379.0733.39-
YUV214.880.14103.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=32.20%
G=44.54%
B=23.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802491300.2800.480.0294.7990.8474.31
HexB4F9821C03025f5b4a
Octal264371202340602137133112
Binary10110100111110011000001011100011000010101111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F982; }

 p { color: rgb(180,249,130); }

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

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

 a { background-color: rgb(180,249,130); }

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

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

 span { border-color: rgb(180,249,130); }

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