#B6FE85

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

Shades of Sulu #B6FE85

Tints of Sulu #B6FE85

Color information

#B6FE85 (or 0xB6FE85) is unknown color: approx Sulu. HEX triplet: B6, FE and 85. RGB value is (182,254,133). Sum of RGB (Red+Green+Blue) = 182+254+133=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FE85 is #49017A. Grayscale: #DBDBDB. Windows color (decimal): -4784507 or 8781494. OLE color: 8781494.

HSL color Cylindrical-coordinate representation of color #B6FE85: hue angle of 95.7º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6FE85 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB182254133-
CMYK0.2800.480.00
HSL95.7º98.37%75.88%-
HSV(B)95.7º47.64%99.61%-
XYZ58.9782.5235.01-
YUV218.6879.65101.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 254 (99.61% from 255) = 44.64%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=31.99%
G=44.64%
B=23.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822541330.2800.480.0095.798.3775.88
HexB6FE851C030060624c
Octal266376205340600140142114
Binary1011011011111110100001011110001100000110000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FE85; }

 p { color: rgb(182,254,133); }

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

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

 a { background-color: rgb(182,254,133); }

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

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

 span { border-color: rgb(182,254,133); }

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