#B6DF74

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

Shades of Sulu #B6DF74

Tints of Sulu #B6DF74

Color information

#B6DF74 (or 0xB6DF74) is unknown color: approx Sulu. HEX triplet: B6, DF and 74. RGB value is (182,223,116). Sum of RGB (Red+Green+Blue) = 182+223+116=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DF74 is #49208B. Grayscale: #C6C6C6. Windows color (decimal): -4792460 or 7659446. OLE color: 7659446.

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

Color convert

RGB182223116-
CMYK0.1800.480.13
HSL82.99º62.57%66.47%-
HSV(B)82.99º47.98%87.45%-
XYZ48.8363.9826.3-
YUV198.5481.42116.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=34.93%
G=42.80%
B=22.26%

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
Decimal1822231160.1800.480.1382.9962.5766.47
HexB6DF7412030D533f42
Octal266337164220601512377102
Binary10110110110111111110100100100110000110110100111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DF74; }

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

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

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

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

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

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

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

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