#B2DB74

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

Shades of Sulu #B2DB74

Tints of Sulu #B2DB74

Color information

#B2DB74 (or 0xB2DB74) is unknown color: approx Sulu. HEX triplet: B2, DB and 74. RGB value is (178,219,116). Sum of RGB (Red+Green+Blue) = 178+219+116=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB74 is #4D248B. Grayscale: #C3C3C3. Windows color (decimal): -5055628 or 7658418. OLE color: 7658418.

HSL color Cylindrical-coordinate representation of color #B2DB74: hue angle of 83.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DB74 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB178219116-
CMYK0.1900.470.14
HSL83.88º58.86%65.69%-
HSV(B)83.88º47.03%85.88%-
XYZ46.8461.3925.9-
YUV19583.42115.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 219 (85.94% from 255) = 42.69%
BLUE value IS 116 (45.70% from 255) = 22.61%
R=34.70%
G=42.69%
B=22.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191160.1900.470.1483.8858.8665.69
HexB2DB741302FE543b42
Octal262333164230571612473102
Binary10110010110110111110100100110101111111010101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB74; }

 p { color: rgb(178,219,116); }

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

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

 a { background-color: rgb(178,219,116); }

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

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

 span { border-color: rgb(178,219,116); }

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