#BFDD7F

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

Shades of Sulu #BFDD7F

Tints of Sulu #BFDD7F

Color information

#BFDD7F (or 0xBFDD7F) is unknown color: approx Sulu. HEX triplet: BF, DD and 7F. RGB value is (191,221,127). Sum of RGB (Red+Green+Blue) = 191+221+127=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD7F is #402280. Grayscale: #C9C9C9. Windows color (decimal): -4203137 or 8379839. OLE color: 8379839.

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

Color convert

RGB191221127-
CMYK0.1400.430.13
HSL79.15º58.02%68.24%-
HSV(B)79.15º42.53%86.67%-
XYZ51.1764.3229.8-
YUV201.3186.06120.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 127 (50% from 255) = 23.56%
R=35.44%
G=41.00%
B=23.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211270.1400.430.1379.1558.0268.24
HexBFDD7FE02BD4f3a44
Octal277335177160531511772104
Binary1011111111011101111111111100101011110110011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD7F; }

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

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

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

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

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

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

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

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