#B4FF6B

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

Shades of Sulu #B4FF6B

Tints of Sulu #B4FF6B

Color information

#B4FF6B (or 0xB4FF6B) is unknown color: approx Sulu. HEX triplet: B4, FF and 6B. RGB value is (180,255,107). Sum of RGB (Red+Green+Blue) = 180+255+107=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF6B is #4B0094. Grayscale: #D8D8D8. Windows color (decimal): -4915349 or 7077812. OLE color: 7077812.

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

Color convert

RGB180255107-
CMYK0.2900.580
HSL90.41º100%70.98%-
HSV(B)90.41º58.04%100%-
XYZ57.2482.2826.78-
YUV215.766.65102.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 107 (42.19% from 255) = 19.74%
R=33.21%
G=47.05%
B=19.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551070.2900.58090.4110070.98
HexB4FF6B1D03A05a6447
Octal264377153350720132144107
Binary101101001111111111010111110101110100101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF6B; }

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

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

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

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

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

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

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

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