#B6FF72

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

Shades of Sulu #B6FF72

Tints of Sulu #B6FF72

Color information

#B6FF72 (or 0xB6FF72) is unknown color: approx Sulu. HEX triplet: B6, FF and 72. RGB value is (182,255,114). Sum of RGB (Red+Green+Blue) = 182+255+114=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF72 is #49008D. Grayscale: #D9D9D9. Windows color (decimal): -4784270 or 7536566. OLE color: 7536566.

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

Color convert

RGB182255114-
CMYK0.2900.550
HSL91.06º100%72.35%-
HSV(B)91.06º55.29%100%-
XYZ58.0982.6828.82-
YUV217.169.82102.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 114 (44.92% from 255) = 20.69%
R=33.03%
G=46.28%
B=20.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551140.2900.55091.0610072.35
HexB6FF721D03705b6448
Octal266377162350670133144110
Binary101101101111111111100101110101101110101101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF72; }

 p { color: rgb(182,255,114); }

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

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

 a { background-color: rgb(182,255,114); }

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

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

 span { border-color: rgb(182,255,114); }

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