#B6FC69

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

Shades of Sulu #B6FC69

Tints of Sulu #B6FC69

Color information

#B6FC69 (or 0xB6FC69) is unknown color: approx Sulu. HEX triplet: B6, FC and 69. RGB value is (182,252,105). Sum of RGB (Red+Green+Blue) = 182+252+105=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC69 is #490396. Grayscale: #D6D6D6. Windows color (decimal): -4785047 or 6945974. OLE color: 6945974.

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

Color convert

RGB182252105-
CMYK0.2800.580.01
HSL88.57º96.08%70%-
HSV(B)88.57º58.33%98.82%-
XYZ56.6580.5925.93-
YUV214.3166.31104.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 105 (41.41% from 255) = 19.48%
R=33.77%
G=46.75%
B=19.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521050.2800.580.0188.5796.0870
HexB6FC691C03A1596046
Octal266374151340721131140106
Binary101101101111110011010011110001110101101100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC69; }

 p { color: rgb(182,252,105); }

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

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

 a { background-color: rgb(182,252,105); }

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

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

 span { border-color: rgb(182,252,105); }

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