#B6F36A

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

Shades of Sulu #B6F36A

Tints of Sulu #B6F36A

Color information

#B6F36A (or 0xB6F36A) is unknown color: approx Sulu. HEX triplet: B6, F3 and 6A. RGB value is (182,243,106). Sum of RGB (Red+Green+Blue) = 182+243+106=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F36A is #490C95. Grayscale: #D1D1D1. Windows color (decimal): -4787350 or 7009206. OLE color: 7009206.

HSL color Cylindrical-coordinate representation of color #B6F36A: hue angle of 86.72º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6F36A is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB182243106-
CMYK0.2500.560.05
HSL86.72º85.09%68.43%-
HSV(B)86.72º56.38%95.29%-
XYZ53.9475.0925.29-
YUV209.1469.79108.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=34.27%
G=45.76%
B=19.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431060.2500.560.0586.7285.0968.43
HexB6F36A190385575544
Octal266363152310705127125104
Binary10110110111100111101010110010111000101101011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F36A; }

 p { color: rgb(182,243,106); }

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

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

 a { background-color: rgb(182,243,106); }

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

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

 span { border-color: rgb(182,243,106); }

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