#B2DE75

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

Shades of Sulu #B2DE75

Tints of Sulu #B2DE75

Color information

#B2DE75 (or 0xB2DE75) is unknown color: approx Sulu. HEX triplet: B2, DE and 75. RGB value is (178,222,117). Sum of RGB (Red+Green+Blue) = 178+222+117=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE75 is #4D218A. Grayscale: #C5C5C5. Windows color (decimal): -5054859 or 7724722. OLE color: 7724722.

HSL color Cylindrical-coordinate representation of color #B2DE75: hue angle of 85.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DE75 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB178222117-
CMYK0.2000.470.13
HSL85.14º61.4%66.47%-
HSV(B)85.14º47.3%87.06%-
XYZ47.6962.9926.47-
YUV196.8782.92114.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=34.43%
G=42.94%
B=22.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221170.2000.470.1385.1461.466.47
HexB2DE751402FD553d42
Octal262336165240571512575102
Binary10110010110111101110101101000101111110110101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE75; }

 p { color: rgb(178,222,117); }

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

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

 a { background-color: rgb(178,222,117); }

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

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

 span { border-color: rgb(178,222,117); }

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