#B3DD70

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

Shades of Sulu #B3DD70

Tints of Sulu #B3DD70

Color information

#B3DD70 (or 0xB3DD70) is unknown color: approx Sulu. HEX triplet: B3, DD and 70. RGB value is (179,221,112). Sum of RGB (Red+Green+Blue) = 179+221+112=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD70 is #4C228F. Grayscale: #C4C4C4. Windows color (decimal): -4989584 or 7396787. OLE color: 7396787.

HSL color Cylindrical-coordinate representation of color #B3DD70: hue angle of 83.12º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3DD70 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB179221112-
CMYK0.1900.490.13
HSL83.12º61.58%65.29%-
HSV(B)83.12º49.32%86.67%-
XYZ47.3762.4724.89-
YUV196.0280.59115.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=34.96%
G=43.16%
B=21.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211120.1900.490.1383.1261.5865.29
HexB3DD7013031D533e41
Octal263335160230611512376101
Binary10110011110111011110000100110110001110110100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD70; }

 p { color: rgb(179,221,112); }

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

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

 a { background-color: rgb(179,221,112); }

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

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

 span { border-color: rgb(179,221,112); }

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