#B6DD72

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

Shades of Sulu #B6DD72

Tints of Sulu #B6DD72

Color information

#B6DD72 (or 0xB6DD72) is unknown color: approx Sulu. HEX triplet: B6, DD and 72. RGB value is (182,221,114). Sum of RGB (Red+Green+Blue) = 182+221+114=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD72 is #49228D. Grayscale: #C5C5C5. Windows color (decimal): -4792974 or 7527862. OLE color: 7527862.

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

Color convert

RGB182221114-
CMYK0.1800.480.13
HSL81.87º61.14%65.69%-
HSV(B)81.87º48.42%86.67%-
XYZ48.1962.8725.52-
YUV197.1481.08117.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 114 (44.92% from 255) = 22.05%
R=35.20%
G=42.75%
B=22.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211140.1800.480.1381.8761.1465.69
HexB6DD7212030D523d42
Octal266335162220601512275102
Binary10110110110111011110010100100110000110110100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD72; }

 p { color: rgb(182,221,114); }

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

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

 a { background-color: rgb(182,221,114); }

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

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

 span { border-color: rgb(182,221,114); }

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