#B4FF68

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

Shades of Sulu #B4FF68

Tints of Sulu #B4FF68

Color information

#B4FF68 (or 0xB4FF68) is unknown color: approx Sulu. HEX triplet: B4, FF and 68. RGB value is (180,255,104). Sum of RGB (Red+Green+Blue) = 180+255+104=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF68 is #4B0097. Grayscale: #D7D7D7. Windows color (decimal): -4915352 or 6881204. OLE color: 6881204.

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

Color convert

RGB180255104-
CMYK0.2900.590
HSL89.8º100%70.39%-
HSV(B)89.8º59.22%100%-
XYZ57.0882.2225.96-
YUV215.3665.15102.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=33.40%
G=47.31%
B=19.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551040.2900.59089.810070.39
HexB4FF681D03B05a6446
Octal264377150350730132144106
Binary101101001111111111010001110101110110101101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF68; }

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

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

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

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

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

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

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

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