#BFDD7D

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

Shades of Sulu #BFDD7D

Tints of Sulu #BFDD7D

Color information

#BFDD7D (or 0xBFDD7D) is unknown color: approx Sulu. HEX triplet: BF, DD and 7D. RGB value is (191,221,125). Sum of RGB (Red+Green+Blue) = 191+221+125=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD7D is #402282. Grayscale: #C9C9C9. Windows color (decimal): -4203139 or 8248767. OLE color: 8248767.

HSL color Cylindrical-coordinate representation of color #BFDD7D: hue angle of 78.75º degrees, saturation: 0.59, 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 #BFDD7D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB191221125-
CMYK0.1400.430.13
HSL78.75º58.54%67.84%-
HSV(B)78.75º43.44%86.67%-
XYZ51.0464.2729.12-
YUV201.0985.06120.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 125 (49.22% from 255) = 23.28%
R=35.57%
G=41.15%
B=23.28%

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
Decimal1912211250.1400.430.1378.7558.5467.84
HexBFDD7DE02BD4f3b44
Octal277335175160531511773104
Binary1011111111011101111110111100101011110110011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD7D; }

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

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

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

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

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

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

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

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