#BFDF7D

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

Shades of Sulu #BFDF7D

Tints of Sulu #BFDF7D

Color information

#BFDF7D (or 0xBFDF7D) is unknown color: approx Sulu. HEX triplet: BF, DF and 7D. RGB value is (191,223,125). Sum of RGB (Red+Green+Blue) = 191+223+125=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7D is #402082. Grayscale: #CACACA. Windows color (decimal): -4202627 or 8249279. OLE color: 8249279.

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

Color convert

RGB191223125-
CMYK0.1400.440.13
HSL79.59º60.49%68.24%-
HSV(B)79.59º43.95%87.45%-
XYZ51.5865.3329.29-
YUV202.2684.4119.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=35.44%
G=41.37%
B=23.19%

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
Decimal1912231250.1400.440.1379.5960.4968.24
HexBFDF7DE02CD503c44
Octal277337175160541512074104
Binary1011111111011111111110111100101100110110100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF7D; }

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

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

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

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

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

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

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

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