#BFDD7C

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

Shades of Sulu #BFDD7C

Tints of Sulu #BFDD7C

Color information

#BFDD7C (or 0xBFDD7C) is unknown color: approx Sulu. HEX triplet: BF, DD and 7C. RGB value is (191,221,124). Sum of RGB (Red+Green+Blue) = 191+221+124=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD7C is #402283. Grayscale: #C9C9C9. Windows color (decimal): -4203140 or 8183231. OLE color: 8183231.

HSL color Cylindrical-coordinate representation of color #BFDD7C: hue angle of 78.56º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFDD7C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB191221124-
CMYK0.1400.440.13
HSL78.56º58.79%67.65%-
HSV(B)78.56º43.89%86.67%-
XYZ50.9864.2428.78-
YUV200.9784.56120.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=35.63%
G=41.23%
B=23.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211240.1400.440.1378.5658.7967.65
HexBFDD7CE02CD4f3b44
Octal277335174160541511773104
Binary1011111111011101111110011100101100110110011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD7C; }

 p { color: rgb(191,221,124); }

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

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

 a { background-color: rgb(191,221,124); }

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

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

 span { border-color: rgb(191,221,124); }

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