#B6FD6C

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

Shades of Sulu #B6FD6C

Tints of Sulu #B6FD6C

Color information

#B6FD6C (or 0xB6FD6C) is unknown color: approx Sulu. HEX triplet: B6, FD and 6C. RGB value is (182,253,108). Sum of RGB (Red+Green+Blue) = 182+253+108=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FD6C is #490293. Grayscale: #D7D7D7. Windows color (decimal): -4784788 or 7142838. OLE color: 7142838.

HSL color Cylindrical-coordinate representation of color #B6FD6C: hue angle of 89.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6FD6C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB182253108-
CMYK0.2800.570.01
HSL89.38º97.32%70.78%-
HSV(B)89.38º57.31%99.22%-
XYZ57.1281.2826.86-
YUV215.2467.48104.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=33.52%
G=46.59%
B=19.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822531080.2800.570.0189.3897.3270.78
HexB6FD6C1C0391596147
Octal266375154340711131141107
Binary101101101111110111011001110001110011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD6C; }

 p { color: rgb(182,253,108); }

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

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

 a { background-color: rgb(182,253,108); }

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

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

 span { border-color: rgb(182,253,108); }

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