#B5DF74

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

Shades of Sulu #B5DF74

Tints of Sulu #B5DF74

Color information

#B5DF74 (or 0xB5DF74) is unknown color: approx Sulu. HEX triplet: B5, DF and 74. RGB value is (181,223,116). Sum of RGB (Red+Green+Blue) = 181+223+116=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF74 is #4A208B. Grayscale: #C6C6C6. Windows color (decimal): -4857996 or 7659445. OLE color: 7659445.

HSL color Cylindrical-coordinate representation of color #B5DF74: hue angle of 83.55º degrees, saturation: 0.63, 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 #B5DF74 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB181223116-
CMYK0.1900.480.13
HSL83.55º62.57%66.47%-
HSV(B)83.55º47.98%87.45%-
XYZ48.663.8626.29-
YUV198.2481.59115.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 223 (87.5% from 255) = 42.88%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=34.81%
G=42.88%
B=22.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231160.1900.480.1383.5562.5766.47
HexB5DF7413030D543f42
Octal265337164230601512477102
Binary10110101110111111110100100110110000110110101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DF74; }

 p { color: rgb(181,223,116); }

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

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

 a { background-color: rgb(181,223,116); }

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

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

 span { border-color: rgb(181,223,116); }

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