#B2FD6D

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

Shades of Sulu #B2FD6D

Tints of Sulu #B2FD6D

Color information

#B2FD6D (or 0xB2FD6D) is unknown color: approx Sulu. HEX triplet: B2, FD and 6D. RGB value is (178,253,109). Sum of RGB (Red+Green+Blue) = 178+253+109=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD6D is #4D0292. Grayscale: #D6D6D6. Windows color (decimal): -5046931 or 7208370. OLE color: 7208370.

HSL color Cylindrical-coordinate representation of color #B2FD6D: hue angle of 91.25º 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 #B2FD6D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB178253109-
CMYK0.3000.570.01
HSL91.25º97.3%70.98%-
HSV(B)91.25º56.92%99.22%-
XYZ56.2580.8227.1-
YUV214.1668.65102.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 109 (42.97% from 255) = 20.19%
R=32.96%
G=46.85%
B=20.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782531090.3000.570.0191.2597.370.98
HexB2FD6D1E03915b6147
Octal262375155360711133141107
Binary101100101111110111011011111001110011101101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FD6D; }

 p { color: rgb(178,253,109); }

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

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

 a { background-color: rgb(178,253,109); }

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

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

 span { border-color: rgb(178,253,109); }

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