#B4FB68

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

Shades of Sulu #B4FB68

Tints of Sulu #B4FB68

Color information

#B4FB68 (or 0xB4FB68) is unknown color: approx Sulu. HEX triplet: B4, FB and 68. RGB value is (180,251,104). Sum of RGB (Red+Green+Blue) = 180+251+104=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FB68 is #4B0497. Grayscale: #D5D5D5. Windows color (decimal): -4916376 or 6880180. OLE color: 6880180.

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

Color convert

RGB180251104-
CMYK0.2800.590.02
HSL88.98º94.84%69.61%-
HSV(B)88.98º58.57%98.43%-
XYZ55.8279.725.54-
YUV213.0166.48104.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 104 (41.02% from 255) = 19.44%
R=33.64%
G=46.92%
B=19.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511040.2800.590.0288.9894.8469.61
HexB4FB681C03B2595f46
Octal264373150340732131137106
Binary1011010011111011110100011100011101110101100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB68; }

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

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

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

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

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

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

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

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