#BFD57F

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

Shades of Sulu #BFD57F

Tints of Sulu #BFD57F

Color information

#BFD57F (or 0xBFD57F) is unknown color: approx Sulu. HEX triplet: BF, D5 and 7F. RGB value is (191,213,127). Sum of RGB (Red+Green+Blue) = 191+213+127=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD57F is #402A80. Grayscale: #C4C4C4. Windows color (decimal): -4205185 or 8377791. OLE color: 8377791.

HSL color Cylindrical-coordinate representation of color #BFD57F: hue angle of 75.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD57F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB191213127-
CMYK0.1000.400.16
HSL75.35º50.59%66.67%-
HSV(B)75.35º40.38%83.53%-
XYZ49.1160.229.11-
YUV196.6288.71123.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 127 (50% from 255) = 23.92%
R=35.97%
G=40.11%
B=23.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131270.1000.400.1675.3550.5966.67
HexBFD57FA028104b3343
Octal277325177120502011363103
Binary10111111110101011111111101001010001000010010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD57F; }

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

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

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

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

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

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

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

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