#B4FB7D

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

Shades of Sulu #B4FB7D

Tints of Sulu #B4FB7D

Color information

#B4FB7D (or 0xB4FB7D) is unknown color: approx Sulu. HEX triplet: B4, FB and 7D. RGB value is (180,251,125). Sum of RGB (Red+Green+Blue) = 180+251+125=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FB7D is #4B0482. Grayscale: #D7D7D7. Windows color (decimal): -4916355 or 8256436. OLE color: 8256436.

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

Color convert

RGB180251125-
CMYK0.2800.500.02
HSL93.81º94.03%73.73%-
HSV(B)93.81º50.2%98.43%-
XYZ57.0280.1831.87-
YUV215.4176.98102.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 251 (98.44% from 255) = 45.14%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=32.37%
G=45.14%
B=22.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511250.2800.500.0293.8194.0373.73
HexB4FB7D1C03225e5e4a
Octal264373175340622136136112
Binary1011010011111011111110111100011001010101111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB7D; }

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

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

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

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

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

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

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

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